Shades of Reef #CAE898
Tints of Reef #CAE898
RGB
CMYK
RGB Variations
Color information
#CAE898 (or 0xCAE898) is known color: Reef. HEX triplet: CA, E8 and 98. RGB value is (202,232,152). Sum of RGB (Red+Green+Blue) = 202+232+152=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 152 (59.77% from 255 or 25.94% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE898 is #351767. Grayscale: #D6D6D6. Windows color (decimal): -3479400 or 10021066. OLE color: 10021066.
HSL color Cylindrical-coordinate representation of color #CAE898: hue angle of 82.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAE898 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 152 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.09 |
| HSL | 82.5º | 0.63% | 0.75% | - |
| HSV(B) | 82.5º | 0.34% | 0.91% | - |
| XYZ | 58.88 | 72.54 | 40.6 | - |
| YUV | 213.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 152 | 0.13 | 0 | 0.34 | 0.09 | 82.5 | 0.63 | 0.75 |
| Hex | CA | E8 | 98 | D | 0 | 22 | 9 | 52 | 3F | 4B |
| Octal | 312 | 350 | 230 | 15 | 0 | 42 | 11 | 122 | 77 | 113 |
| Binary | 11001010 | 11101000 | 10011000 | 1101 | 0 | 100010 | 1001 | 1010010 | 111111 | 1001011 |
Color Harmonies of #CAE898
Complementary color
Monochromatic Colors of #CAE898
Black with #CAE898
Text Example
Text Example
White with #CAE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE898; }
p { color: rgb(202,232,152); }
H1.HeaderClassName
{
color: #CAE898;
}
.AnyTagClassName
{
color: #CAE898;
}
</style>
background-color css
<style>
a { background-color: #CAE898; }
a { background-color: rgb(202,232,152); }
div.DivClassName
{
background-color: #CAE898;
}
.BgClassName
{
background-color: #CAE898;
}
</style>
border-color css
<style>
span { border-color: #CAE898; }
span { border-color: rgb(202,232,152); }
td.TdClassName
{
border-color: #CAE898;
}
.TagClassName
{
border-color: #CAE898;
}
</style>