Shades of Reef #CAE697
Tints of Reef #CAE697
RGB
CMYK
RGB Variations
Color information
#CAE697 (or 0xCAE697) is known color: Reef. HEX triplet: CA, E6 and 97. RGB value is (202,230,151). Sum of RGB (Red+Green+Blue) = 202+230+151=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 151 (59.38% from 255 or 25.90% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE697 is #351968. Grayscale: #D4D4D4. Windows color (decimal): -3479913 or 9955018. OLE color: 9955018.
HSL color Cylindrical-coordinate representation of color #CAE697: hue angle of 81.27º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE697 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 151 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.10 |
| HSL | 81.27º | 0.61% | 0.75% | - |
| HSV(B) | 81.27º | 0.34% | 0.9% | - |
| XYZ | 58.24 | 71.38 | 39.99 | - |
| YUV | 212.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 151 | 0.12 | 0 | 0.34 | 0.10 | 81.27 | 0.61 | 0.75 |
| Hex | CA | E6 | 97 | C | 0 | 22 | A | 51 | 3D | 4B |
| Octal | 312 | 346 | 227 | 14 | 0 | 42 | 12 | 121 | 75 | 113 |
| Binary | 11001010 | 11100110 | 10010111 | 1100 | 0 | 100010 | 1010 | 1010001 | 111101 | 1001011 |
Color Harmonies of #CAE697
Complementary color
Monochromatic Colors of #CAE697
Black with #CAE697
Text Example
Text Example
White with #CAE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE697; }
p { color: rgb(202,230,151); }
H1.HeaderClassName
{
color: #CAE697;
}
.AnyTagClassName
{
color: #CAE697;
}
</style>
background-color css
<style>
a { background-color: #CAE697; }
a { background-color: rgb(202,230,151); }
div.DivClassName
{
background-color: #CAE697;
}
.BgClassName
{
background-color: #CAE697;
}
</style>
border-color css
<style>
span { border-color: #CAE697; }
span { border-color: rgb(202,230,151); }
td.TdClassName
{
border-color: #CAE697;
}
.TagClassName
{
border-color: #CAE697;
}
</style>