Shades of Reef #CAF892
Tints of Reef #CAF892
RGB
CMYK
RGB Variations
Color information
#CAF892 (or 0xCAF892) is known color: Reef. HEX triplet: CA, F8 and 92. RGB value is (202,248,146). Sum of RGB (Red+Green+Blue) = 202+248+146=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF892 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF892 is #35076D. Grayscale: #DEDEDE. Windows color (decimal): -3475310 or 9631946. OLE color: 9631946.
HSL color Cylindrical-coordinate representation of color #CAF892: hue angle of 87.06º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF892 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 146 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.03 |
| HSL | 87.06º | 0.88% | 0.77% | - |
| HSV(B) | 87.06º | 0.41% | 0.97% | - |
| XYZ | 63.11 | 81.77 | 39.65 | - |
| YUV | 222.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 146 | 0.19 | 0 | 0.41 | 0.03 | 87.06 | 0.88 | 0.77 |
| Hex | CA | F8 | 92 | 13 | 0 | 29 | 3 | 57 | 58 | 4D |
| Octal | 312 | 370 | 222 | 23 | 0 | 51 | 3 | 127 | 130 | 115 |
| Binary | 11001010 | 11111000 | 10010010 | 10011 | 0 | 101001 | 11 | 1010111 | 1011000 | 1001101 |
Color Harmonies of #CAF892
Complementary color
Monochromatic Colors of #CAF892
Black with #CAF892
Text Example
Text Example
White with #CAF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF892; }
p { color: rgb(202,248,146); }
H1.HeaderClassName
{
color: #CAF892;
}
.AnyTagClassName
{
color: #CAF892;
}
</style>
background-color css
<style>
a { background-color: #CAF892; }
a { background-color: rgb(202,248,146); }
div.DivClassName
{
background-color: #CAF892;
}
.BgClassName
{
background-color: #CAF892;
}
</style>
border-color css
<style>
span { border-color: #CAF892; }
span { border-color: rgb(202,248,146); }
td.TdClassName
{
border-color: #CAF892;
}
.TagClassName
{
border-color: #CAF892;
}
</style>