Shades of Reef #CAF09C
Tints of Reef #CAF09C
RGB
CMYK
RGB Variations
Color information
#CAF09C (or 0xCAF09C) is known color: Reef. HEX triplet: CA, F0 and 9C. RGB value is (202,240,156). Sum of RGB (Red+Green+Blue) = 202+240+156=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 156 (61.33% from 255 or 26.09% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF09C is #350F63. Grayscale: #DBDBDB. Windows color (decimal): -3477348 or 10285258. OLE color: 10285258.
HSL color Cylindrical-coordinate representation of color #CAF09C: hue angle of 87.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF09C is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 156 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.06 |
| HSL | 87.14º | 0.74% | 0.78% | - |
| HSV(B) | 87.14º | 0.35% | 0.94% | - |
| XYZ | 61.52 | 77.28 | 43.13 | - |
| YUV | 219.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 156 | 0.16 | 0 | 0.35 | 0.06 | 87.14 | 0.74 | 0.78 |
| Hex | CA | F0 | 9C | 10 | 0 | 23 | 6 | 57 | 4A | 4E |
| Octal | 312 | 360 | 234 | 20 | 0 | 43 | 6 | 127 | 112 | 116 |
| Binary | 11001010 | 11110000 | 10011100 | 10000 | 0 | 100011 | 110 | 1010111 | 1001010 | 1001110 |
Color Harmonies of #CAF09C
Complementary color
Monochromatic Colors of #CAF09C
Black with #CAF09C
Text Example
Text Example
White with #CAF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF09C; }
p { color: rgb(202,240,156); }
H1.HeaderClassName
{
color: #CAF09C;
}
.AnyTagClassName
{
color: #CAF09C;
}
</style>
background-color css
<style>
a { background-color: #CAF09C; }
a { background-color: rgb(202,240,156); }
div.DivClassName
{
background-color: #CAF09C;
}
.BgClassName
{
background-color: #CAF09C;
}
</style>
border-color css
<style>
span { border-color: #CAF09C; }
span { border-color: rgb(202,240,156); }
td.TdClassName
{
border-color: #CAF09C;
}
.TagClassName
{
border-color: #CAF09C;
}
</style>