Shades of Reef #CAFBA1
Tints of Reef #CAFBA1
RGB
CMYK
RGB Variations
Color information
#CAFBA1 (or 0xCAFBA1) is known color: Reef. HEX triplet: CA, FB and A1. RGB value is (202,251,161). Sum of RGB (Red+Green+Blue) = 202+251+161=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFBA1 is #35045E. Grayscale: #E2E2E2. Windows color (decimal): -3474527 or 10615754. OLE color: 10615754.
HSL color Cylindrical-coordinate representation of color #CAFBA1: hue angle of 92.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAFBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 161 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.02 |
| HSL | 92.67º | 0.92% | 0.81% | - |
| HSV(B) | 92.67º | 0.36% | 0.98% | - |
| XYZ | 65.29 | 84.12 | 46.51 | - |
| YUV | 226.09 | 91.27 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 161 | 0.20 | 0 | 0.36 | 0.02 | 92.67 | 0.92 | 0.81 |
| Hex | CA | FB | A1 | 14 | 0 | 24 | 2 | 5D | 5C | 51 |
| Octal | 312 | 373 | 241 | 24 | 0 | 44 | 2 | 135 | 134 | 121 |
| Binary | 11001010 | 11111011 | 10100001 | 10100 | 0 | 100100 | 10 | 1011101 | 1011100 | 1010001 |
Color Harmonies of #CAFBA1
Complementary color
Monochromatic Colors of #CAFBA1
Black with #CAFBA1
Text Example
Text Example
White with #CAFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBA1; }
p { color: rgb(202,251,161); }
H1.HeaderClassName
{
color: #CAFBA1;
}
.AnyTagClassName
{
color: #CAFBA1;
}
</style>
background-color css
<style>
a { background-color: #CAFBA1; }
a { background-color: rgb(202,251,161); }
div.DivClassName
{
background-color: #CAFBA1;
}
.BgClassName
{
background-color: #CAFBA1;
}
</style>
border-color css
<style>
span { border-color: #CAFBA1; }
span { border-color: rgb(202,251,161); }
td.TdClassName
{
border-color: #CAFBA1;
}
.TagClassName
{
border-color: #CAFBA1;
}
</style>