Shades of Reef #CAFDA6
Tints of Reef #CAFDA6
RGB
CMYK
RGB Variations
Color information
#CAFDA6 (or 0xCAFDA6) is known color: Reef. HEX triplet: CA, FD and A6. RGB value is (202,253,166). Sum of RGB (Red+Green+Blue) = 202+253+166=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA6 is #350259. Grayscale: #E4E4E4. Windows color (decimal): -3474010 or 10943946. OLE color: 10943946.
HSL color Cylindrical-coordinate representation of color #CAFDA6: hue angle of 95.17º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFDA6 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 166 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.01 |
| HSL | 95.17º | 0.96% | 0.82% | - |
| HSV(B) | 95.17º | 0.34% | 0.99% | - |
| XYZ | 66.37 | 85.56 | 49.09 | - |
| YUV | 227.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 166 | 0.20 | 0 | 0.34 | 0.01 | 95.17 | 0.96 | 0.82 |
| Hex | CA | FD | A6 | 14 | 0 | 22 | 1 | 5F | 60 | 52 |
| Octal | 312 | 375 | 246 | 24 | 0 | 42 | 1 | 137 | 140 | 122 |
| Binary | 11001010 | 11111101 | 10100110 | 10100 | 0 | 100010 | 1 | 1011111 | 1100000 | 1010010 |
Color Harmonies of #CAFDA6
Complementary color
Monochromatic Colors of #CAFDA6
Black with #CAFDA6
Text Example
Text Example
White with #CAFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA6; }
p { color: rgb(202,253,166); }
H1.HeaderClassName
{
color: #CAFDA6;
}
.AnyTagClassName
{
color: #CAFDA6;
}
</style>
background-color css
<style>
a { background-color: #CAFDA6; }
a { background-color: rgb(202,253,166); }
div.DivClassName
{
background-color: #CAFDA6;
}
.BgClassName
{
background-color: #CAFDA6;
}
</style>
border-color css
<style>
span { border-color: #CAFDA6; }
span { border-color: rgb(202,253,166); }
td.TdClassName
{
border-color: #CAFDA6;
}
.TagClassName
{
border-color: #CAFDA6;
}
</style>