Shades of Reef #CAF09A
Tints of Reef #CAF09A
RGB
CMYK
RGB Variations
Color information
#CAF09A (or 0xCAF09A) is known color: Reef. HEX triplet: CA, F0 and 9A. RGB value is (202,240,154). Sum of RGB (Red+Green+Blue) = 202+240+154=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF09A is #350F65. Grayscale: #DBDBDB. Windows color (decimal): -3477350 or 10154186. OLE color: 10154186.
HSL color Cylindrical-coordinate representation of color #CAF09A: hue angle of 86.51º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF09A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 154 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.06 |
| HSL | 86.51º | 0.74% | 0.77% | - |
| HSV(B) | 86.51º | 0.36% | 0.94% | - |
| XYZ | 61.35 | 77.21 | 42.24 | - |
| YUV | 218.83 | 91.41 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 154 | 0.16 | 0 | 0.36 | 0.06 | 86.51 | 0.74 | 0.77 |
| Hex | CA | F0 | 9A | 10 | 0 | 24 | 6 | 57 | 4A | 4D |
| Octal | 312 | 360 | 232 | 20 | 0 | 44 | 6 | 127 | 112 | 115 |
| Binary | 11001010 | 11110000 | 10011010 | 10000 | 0 | 100100 | 110 | 1010111 | 1001010 | 1001101 |
Color Harmonies of #CAF09A
Complementary color
Monochromatic Colors of #CAF09A
Black with #CAF09A
Text Example
Text Example
White with #CAF09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF09A; }
p { color: rgb(202,240,154); }
H1.HeaderClassName
{
color: #CAF09A;
}
.AnyTagClassName
{
color: #CAF09A;
}
</style>
background-color css
<style>
a { background-color: #CAF09A; }
a { background-color: rgb(202,240,154); }
div.DivClassName
{
background-color: #CAF09A;
}
.BgClassName
{
background-color: #CAF09A;
}
</style>
border-color css
<style>
span { border-color: #CAF09A; }
span { border-color: rgb(202,240,154); }
td.TdClassName
{
border-color: #CAF09A;
}
.TagClassName
{
border-color: #CAF09A;
}
</style>