Shades of Reef #CAFA9B
Tints of Reef #CAFA9B
RGB
CMYK
RGB Variations
Color information
#CAFA9B (or 0xCAFA9B) is known color: Reef. HEX triplet: CA, FA and 9B. RGB value is (202,250,155). Sum of RGB (Red+Green+Blue) = 202+250+155=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9B is #350564. Grayscale: #E1E1E1. Windows color (decimal): -3474789 or 10222282. OLE color: 10222282.
HSL color Cylindrical-coordinate representation of color #CAFA9B: hue angle of 90.32º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAFA9B is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 155 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.02 |
| HSL | 90.32º | 0.9% | 0.79% | - |
| HSV(B) | 90.32º | 0.38% | 0.98% | - |
| XYZ | 64.46 | 83.29 | 43.69 | - |
| YUV | 224.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 155 | 0.19 | 0 | 0.38 | 0.02 | 90.32 | 0.9 | 0.79 |
| Hex | CA | FA | 9B | 13 | 0 | 26 | 2 | 5A | 5A | 4F |
| Octal | 312 | 372 | 233 | 23 | 0 | 46 | 2 | 132 | 132 | 117 |
| Binary | 11001010 | 11111010 | 10011011 | 10011 | 0 | 100110 | 10 | 1011010 | 1011010 | 1001111 |
Color Harmonies of #CAFA9B
Complementary color
Monochromatic Colors of #CAFA9B
Black with #CAFA9B
Text Example
Text Example
White with #CAFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA9B; }
p { color: rgb(202,250,155); }
H1.HeaderClassName
{
color: #CAFA9B;
}
.AnyTagClassName
{
color: #CAFA9B;
}
</style>
background-color css
<style>
a { background-color: #CAFA9B; }
a { background-color: rgb(202,250,155); }
div.DivClassName
{
background-color: #CAFA9B;
}
.BgClassName
{
background-color: #CAFA9B;
}
</style>
border-color css
<style>
span { border-color: #CAFA9B; }
span { border-color: rgb(202,250,155); }
td.TdClassName
{
border-color: #CAFA9B;
}
.TagClassName
{
border-color: #CAFA9B;
}
</style>