Shades of Reef #CAFDA8
Tints of Reef #CAFDA8
RGB
CMYK
RGB Variations
Color information
#CAFDA8 (or 0xCAFDA8) is known color: Reef. HEX triplet: CA, FD and A8. RGB value is (202,253,168). Sum of RGB (Red+Green+Blue) = 202+253+168=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFDA8 is #350257. Grayscale: #E4E4E4. Windows color (decimal): -3474008 or 11075018. OLE color: 11075018.
HSL color Cylindrical-coordinate representation of color #CAFDA8: hue angle of 96º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAFDA8 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 168 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.01 |
| HSL | 96º | 0.96% | 0.83% | - |
| HSV(B) | 96º | 0.34% | 0.99% | - |
| XYZ | 66.55 | 85.63 | 50.07 | - |
| YUV | 228.06 | 94.1 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 168 | 0.20 | 0 | 0.34 | 0.01 | 96 | 0.96 | 0.83 |
| Hex | CA | FD | A8 | 14 | 0 | 22 | 1 | 60 | 60 | 53 |
| Octal | 312 | 375 | 250 | 24 | 0 | 42 | 1 | 140 | 140 | 123 |
| Binary | 11001010 | 11111101 | 10101000 | 10100 | 0 | 100010 | 1 | 1100000 | 1100000 | 1010011 |
Color Harmonies of #CAFDA8
Complementary color
Monochromatic Colors of #CAFDA8
Black with #CAFDA8
Text Example
Text Example
White with #CAFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDA8; }
p { color: rgb(202,253,168); }
H1.HeaderClassName
{
color: #CAFDA8;
}
.AnyTagClassName
{
color: #CAFDA8;
}
</style>
background-color css
<style>
a { background-color: #CAFDA8; }
a { background-color: rgb(202,253,168); }
div.DivClassName
{
background-color: #CAFDA8;
}
.BgClassName
{
background-color: #CAFDA8;
}
</style>
border-color css
<style>
span { border-color: #CAFDA8; }
span { border-color: rgb(202,253,168); }
td.TdClassName
{
border-color: #CAFDA8;
}
.TagClassName
{
border-color: #CAFDA8;
}
</style>