Shades of Reef #CAFBA6
Tints of Reef #CAFBA6
RGB
CMYK
RGB Variations
Color information
#CAFBA6 (or 0xCAFBA6) is known color: Reef. HEX triplet: CA, FB and A6. RGB value is (202,251,166). Sum of RGB (Red+Green+Blue) = 202+251+166=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 166 (65.23% from 255 or 26.82% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBA6 is #350459. Grayscale: #E2E2E2. Windows color (decimal): -3474522 or 10943434. OLE color: 10943434.
HSL color Cylindrical-coordinate representation of color #CAFBA6: hue angle of 94.59º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFBA6 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 166 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.02 |
| HSL | 94.59º | 0.91% | 0.82% | - |
| HSV(B) | 94.59º | 0.34% | 0.98% | - |
| XYZ | 65.74 | 84.3 | 48.88 | - |
| YUV | 226.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 166 | 0.20 | 0 | 0.34 | 0.02 | 94.59 | 0.91 | 0.82 |
| Hex | CA | FB | A6 | 14 | 0 | 22 | 2 | 5F | 5B | 52 |
| Octal | 312 | 373 | 246 | 24 | 0 | 42 | 2 | 137 | 133 | 122 |
| Binary | 11001010 | 11111011 | 10100110 | 10100 | 0 | 100010 | 10 | 1011111 | 1011011 | 1010010 |
Color Harmonies of #CAFBA6
Complementary color
Monochromatic Colors of #CAFBA6
Black with #CAFBA6
Text Example
Text Example
White with #CAFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBA6; }
p { color: rgb(202,251,166); }
H1.HeaderClassName
{
color: #CAFBA6;
}
.AnyTagClassName
{
color: #CAFBA6;
}
</style>
background-color css
<style>
a { background-color: #CAFBA6; }
a { background-color: rgb(202,251,166); }
div.DivClassName
{
background-color: #CAFBA6;
}
.BgClassName
{
background-color: #CAFBA6;
}
</style>
border-color css
<style>
span { border-color: #CAFBA6; }
span { border-color: rgb(202,251,166); }
td.TdClassName
{
border-color: #CAFBA6;
}
.TagClassName
{
border-color: #CAFBA6;
}
</style>