Shades of Reef #CAFA9D
Tints of Reef #CAFA9D
RGB
CMYK
RGB Variations
Color information
#CAFA9D (or 0xCAFA9D) is known color: Reef. HEX triplet: CA, FA and 9D. RGB value is (202,250,157). Sum of RGB (Red+Green+Blue) = 202+250+157=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 157 (61.72% from 255 or 25.78% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9D is #350562. Grayscale: #E1E1E1. Windows color (decimal): -3474787 or 10353354. OLE color: 10353354.
HSL color Cylindrical-coordinate representation of color #CAFA9D: hue angle of 90.97º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFA9D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 157 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.02 |
| HSL | 90.97º | 0.9% | 0.8% | - |
| HSV(B) | 90.97º | 0.37% | 0.98% | - |
| XYZ | 64.63 | 83.36 | 44.58 | - |
| YUV | 225.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 157 | 0.19 | 0 | 0.37 | 0.02 | 90.97 | 0.9 | 0.8 |
| Hex | CA | FA | 9D | 13 | 0 | 25 | 2 | 5B | 5A | 50 |
| Octal | 312 | 372 | 235 | 23 | 0 | 45 | 2 | 133 | 132 | 120 |
| Binary | 11001010 | 11111010 | 10011101 | 10011 | 0 | 100101 | 10 | 1011011 | 1011010 | 1010000 |
Color Harmonies of #CAFA9D
Complementary color
Monochromatic Colors of #CAFA9D
Black with #CAFA9D
Text Example
Text Example
White with #CAFA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA9D; }
p { color: rgb(202,250,157); }
H1.HeaderClassName
{
color: #CAFA9D;
}
.AnyTagClassName
{
color: #CAFA9D;
}
</style>
background-color css
<style>
a { background-color: #CAFA9D; }
a { background-color: rgb(202,250,157); }
div.DivClassName
{
background-color: #CAFA9D;
}
.BgClassName
{
background-color: #CAFA9D;
}
</style>
border-color css
<style>
span { border-color: #CAFA9D; }
span { border-color: rgb(202,250,157); }
td.TdClassName
{
border-color: #CAFA9D;
}
.TagClassName
{
border-color: #CAFA9D;
}
</style>