Shades of Reef #CAE695
Tints of Reef #CAE695
RGB
CMYK
RGB Variations
Color information
#CAE695 (or 0xCAE695) is known color: Reef. HEX triplet: CA, E6 and 95. RGB value is (202,230,149). Sum of RGB (Red+Green+Blue) = 202+230+149=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE695 is #35196A. Grayscale: #D4D4D4. Windows color (decimal): -3479915 or 9823946. OLE color: 9823946.
HSL color Cylindrical-coordinate representation of color #CAE695: hue angle of 80.74º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE695 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 149 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.10 |
| HSL | 80.74º | 0.62% | 0.74% | - |
| HSV(B) | 80.74º | 0.35% | 0.9% | - |
| XYZ | 58.08 | 71.32 | 39.14 | - |
| YUV | 212.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 149 | 0.12 | 0 | 0.35 | 0.10 | 80.74 | 0.62 | 0.74 |
| Hex | CA | E6 | 95 | C | 0 | 23 | A | 51 | 3E | 4A |
| Octal | 312 | 346 | 225 | 14 | 0 | 43 | 12 | 121 | 76 | 112 |
| Binary | 11001010 | 11100110 | 10010101 | 1100 | 0 | 100011 | 1010 | 1010001 | 111110 | 1001010 |
Color Harmonies of #CAE695
Complementary color
Monochromatic Colors of #CAE695
Black with #CAE695
Text Example
Text Example
White with #CAE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE695; }
p { color: rgb(202,230,149); }
H1.HeaderClassName
{
color: #CAE695;
}
.AnyTagClassName
{
color: #CAE695;
}
</style>
background-color css
<style>
a { background-color: #CAE695; }
a { background-color: rgb(202,230,149); }
div.DivClassName
{
background-color: #CAE695;
}
.BgClassName
{
background-color: #CAE695;
}
</style>
border-color css
<style>
span { border-color: #CAE695; }
span { border-color: rgb(202,230,149); }
td.TdClassName
{
border-color: #CAE695;
}
.TagClassName
{
border-color: #CAE695;
}
</style>