Shades of Reef #CAFFA6
Tints of Reef #CAFFA6
RGB
CMYK
RGB Variations
Color information
#CAFFA6 (or 0xCAFFA6) is known color: Reef. HEX triplet: CA, FF and A6. RGB value is (202,255,166). Sum of RGB (Red+Green+Blue) = 202+255+166=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFFA6 is #350059. Grayscale: #E5E5E5. Windows color (decimal): -3473498 or 10944458. OLE color: 10944458.
HSL color Cylindrical-coordinate representation of color #CAFFA6: hue angle of 95.73º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAFFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 255 | 166 | - |
| CMYK | 0.21 | 0 | 0.35 | 0 |
| HSL | 95.73º | 1% | 0.83% | - |
| HSV(B) | 95.73º | 0.35% | 1% | - |
| XYZ | 67 | 86.83 | 49.3 | - |
| YUV | 229.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 255 | 166 | 0.21 | 0 | 0.35 | 0 | 95.73 | 1 | 0.83 |
| Hex | CA | FF | A6 | 15 | 0 | 23 | 0 | 60 | 64 | 53 |
| Octal | 312 | 377 | 246 | 25 | 0 | 43 | 0 | 140 | 144 | 123 |
| Binary | 11001010 | 11111111 | 10100110 | 10101 | 0 | 100011 | 0 | 1100000 | 1100100 | 1010011 |
Color Harmonies of #CAFFA6
Complementary color
Monochromatic Colors of #CAFFA6
Black with #CAFFA6
Text Example
Text Example
White with #CAFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFFA6; }
p { color: rgb(202,255,166); }
H1.HeaderClassName
{
color: #CAFFA6;
}
.AnyTagClassName
{
color: #CAFFA6;
}
</style>
background-color css
<style>
a { background-color: #CAFFA6; }
a { background-color: rgb(202,255,166); }
div.DivClassName
{
background-color: #CAFFA6;
}
.BgClassName
{
background-color: #CAFFA6;
}
</style>
border-color css
<style>
span { border-color: #CAFFA6; }
span { border-color: rgb(202,255,166); }
td.TdClassName
{
border-color: #CAFFA6;
}
.TagClassName
{
border-color: #CAFFA6;
}
</style>