Shades of Reef #CAF0A2
Tints of Reef #CAF0A2
RGB
CMYK
RGB Variations
Color information
#CAF0A2 (or 0xCAF0A2) is known color: Reef. HEX triplet: CA, F0 and A2. RGB value is (202,240,162). Sum of RGB (Red+Green+Blue) = 202+240+162=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0A2 is #350F5D. Grayscale: #DCDCDC. Windows color (decimal): -3477342 or 10678474. OLE color: 10678474.
HSL color Cylindrical-coordinate representation of color #CAF0A2: hue angle of 89.23º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF0A2 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 162 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.06 |
| HSL | 89.23º | 0.72% | 0.79% | - |
| HSV(B) | 89.23º | 0.33% | 0.94% | - |
| XYZ | 62.04 | 77.49 | 45.87 | - |
| YUV | 219.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 162 | 0.16 | 0 | 0.32 | 0.06 | 89.23 | 0.72 | 0.79 |
| Hex | CA | F0 | A2 | 10 | 0 | 20 | 6 | 59 | 48 | 4F |
| Octal | 312 | 360 | 242 | 20 | 0 | 40 | 6 | 131 | 110 | 117 |
| Binary | 11001010 | 11110000 | 10100010 | 10000 | 0 | 100000 | 110 | 1011001 | 1001000 | 1001111 |
Color Harmonies of #CAF0A2
Complementary color
Monochromatic Colors of #CAF0A2
Black with #CAF0A2
Text Example
Text Example
White with #CAF0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0A2; }
p { color: rgb(202,240,162); }
H1.HeaderClassName
{
color: #CAF0A2;
}
.AnyTagClassName
{
color: #CAF0A2;
}
</style>
background-color css
<style>
a { background-color: #CAF0A2; }
a { background-color: rgb(202,240,162); }
div.DivClassName
{
background-color: #CAF0A2;
}
.BgClassName
{
background-color: #CAF0A2;
}
</style>
border-color css
<style>
span { border-color: #CAF0A2; }
span { border-color: rgb(202,240,162); }
td.TdClassName
{
border-color: #CAF0A2;
}
.TagClassName
{
border-color: #CAF0A2;
}
</style>