Shades of Reef #CAFAA5
Tints of Reef #CAFAA5
RGB
CMYK
RGB Variations
Color information
#CAFAA5 (or 0xCAFAA5) is known color: Reef. HEX triplet: CA, FA and A5. RGB value is (202,250,165). Sum of RGB (Red+Green+Blue) = 202+250+165=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAA5 is #35055A. Grayscale: #E2E2E2. Windows color (decimal): -3474779 or 10877642. OLE color: 10877642.
HSL color Cylindrical-coordinate representation of color #CAFAA5: hue angle of 93.88º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFAA5 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 165 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.02 |
| HSL | 93.88º | 0.89% | 0.81% | - |
| HSV(B) | 93.88º | 0.34% | 0.98% | - |
| XYZ | 65.33 | 83.64 | 48.3 | - |
| YUV | 225.96 | 93.6 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 165 | 0.19 | 0 | 0.34 | 0.02 | 93.88 | 0.89 | 0.81 |
| Hex | CA | FA | A5 | 13 | 0 | 22 | 2 | 5E | 59 | 51 |
| Octal | 312 | 372 | 245 | 23 | 0 | 42 | 2 | 136 | 131 | 121 |
| Binary | 11001010 | 11111010 | 10100101 | 10011 | 0 | 100010 | 10 | 1011110 | 1011001 | 1010001 |
Color Harmonies of #CAFAA5
Complementary color
Monochromatic Colors of #CAFAA5
Black with #CAFAA5
Text Example
Text Example
White with #CAFAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAA5; }
p { color: rgb(202,250,165); }
H1.HeaderClassName
{
color: #CAFAA5;
}
.AnyTagClassName
{
color: #CAFAA5;
}
</style>
background-color css
<style>
a { background-color: #CAFAA5; }
a { background-color: rgb(202,250,165); }
div.DivClassName
{
background-color: #CAFAA5;
}
.BgClassName
{
background-color: #CAFAA5;
}
</style>
border-color css
<style>
span { border-color: #CAFAA5; }
span { border-color: rgb(202,250,165); }
td.TdClassName
{
border-color: #CAFAA5;
}
.TagClassName
{
border-color: #CAFAA5;
}
</style>