Shades of Reef #CAFAA3
Tints of Reef #CAFAA3
RGB
CMYK
RGB Variations
Color information
#CAFAA3 (or 0xCAFAA3) is known color: Reef. HEX triplet: CA, FA and A3. RGB value is (202,250,163). Sum of RGB (Red+Green+Blue) = 202+250+163=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA3 is #35055C. Grayscale: #E2E2E2. Windows color (decimal): -3474781 or 10746570. OLE color: 10746570.
HSL color Cylindrical-coordinate representation of color #CAFAA3: hue angle of 93.1º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFAA3 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 163 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.02 |
| HSL | 93.1º | 0.9% | 0.81% | - |
| HSV(B) | 93.1º | 0.35% | 0.98% | - |
| XYZ | 65.15 | 83.57 | 47.35 | - |
| YUV | 225.73 | 92.6 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 163 | 0.19 | 0 | 0.35 | 0.02 | 93.1 | 0.9 | 0.81 |
| Hex | CA | FA | A3 | 13 | 0 | 23 | 2 | 5D | 5A | 51 |
| Octal | 312 | 372 | 243 | 23 | 0 | 43 | 2 | 135 | 132 | 121 |
| Binary | 11001010 | 11111010 | 10100011 | 10011 | 0 | 100011 | 10 | 1011101 | 1011010 | 1010001 |
Color Harmonies of #CAFAA3
Complementary color
Monochromatic Colors of #CAFAA3
Black with #CAFAA3
Text Example
Text Example
White with #CAFAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA3; }
p { color: rgb(202,250,163); }
H1.HeaderClassName
{
color: #CAFAA3;
}
.AnyTagClassName
{
color: #CAFAA3;
}
</style>
background-color css
<style>
a { background-color: #CAFAA3; }
a { background-color: rgb(202,250,163); }
div.DivClassName
{
background-color: #CAFAA3;
}
.BgClassName
{
background-color: #CAFAA3;
}
</style>
border-color css
<style>
span { border-color: #CAFAA3; }
span { border-color: rgb(202,250,163); }
td.TdClassName
{
border-color: #CAFAA3;
}
.TagClassName
{
border-color: #CAFAA3;
}
</style>