Shades of Reef #CAF89E
Tints of Reef #CAF89E
RGB
CMYK
RGB Variations
Color information
#CAF89E (or 0xCAF89E) is known color: Reef. HEX triplet: CA, F8 and 9E. RGB value is (202,248,158). Sum of RGB (Red+Green+Blue) = 202+248+158=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF89E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF89E is #350761. Grayscale: #E0E0E0. Windows color (decimal): -3475298 or 10418378. OLE color: 10418378.
HSL color Cylindrical-coordinate representation of color #CAF89E: hue angle of 90.67º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF89E is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 158 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.03 |
| HSL | 90.67º | 0.87% | 0.8% | - |
| HSV(B) | 90.67º | 0.36% | 0.97% | - |
| XYZ | 64.1 | 82.16 | 44.83 | - |
| YUV | 223.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 158 | 0.19 | 0 | 0.36 | 0.03 | 90.67 | 0.87 | 0.8 |
| Hex | CA | F8 | 9E | 13 | 0 | 24 | 3 | 5B | 57 | 50 |
| Octal | 312 | 370 | 236 | 23 | 0 | 44 | 3 | 133 | 127 | 120 |
| Binary | 11001010 | 11111000 | 10011110 | 10011 | 0 | 100100 | 11 | 1011011 | 1010111 | 1010000 |
Color Harmonies of #CAF89E
Complementary color
Monochromatic Colors of #CAF89E
Black with #CAF89E
Text Example
Text Example
White with #CAF89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF89E; }
p { color: rgb(202,248,158); }
H1.HeaderClassName
{
color: #CAF89E;
}
.AnyTagClassName
{
color: #CAF89E;
}
</style>
background-color css
<style>
a { background-color: #CAF89E; }
a { background-color: rgb(202,248,158); }
div.DivClassName
{
background-color: #CAF89E;
}
.BgClassName
{
background-color: #CAF89E;
}
</style>
border-color css
<style>
span { border-color: #CAF89E; }
span { border-color: rgb(202,248,158); }
td.TdClassName
{
border-color: #CAF89E;
}
.TagClassName
{
border-color: #CAF89E;
}
</style>