Shades of Reef #CAF8A8
Tints of Reef #CAF8A8
RGB
CMYK
RGB Variations
Color information
#CAF8A8 (or 0xCAF8A8) is known color: Reef. HEX triplet: CA, F8 and A8. RGB value is (202,248,168). Sum of RGB (Red+Green+Blue) = 202+248+168=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF8A8 is #350757. Grayscale: #E1E1E1. Windows color (decimal): -3475288 or 11073738. OLE color: 11073738.
HSL color Cylindrical-coordinate representation of color #CAF8A8: hue angle of 94.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAF8A8 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 168 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.03 |
| HSL | 94.5º | 0.85% | 0.82% | - |
| HSV(B) | 94.5º | 0.32% | 0.97% | - |
| XYZ | 64.99 | 82.52 | 49.55 | - |
| YUV | 225.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 168 | 0.19 | 0 | 0.32 | 0.03 | 94.5 | 0.85 | 0.82 |
| Hex | CA | F8 | A8 | 13 | 0 | 20 | 3 | 5E | 55 | 52 |
| Octal | 312 | 370 | 250 | 23 | 0 | 40 | 3 | 136 | 125 | 122 |
| Binary | 11001010 | 11111000 | 10101000 | 10011 | 0 | 100000 | 11 | 1011110 | 1010101 | 1010010 |
Color Harmonies of #CAF8A8
Complementary color
Monochromatic Colors of #CAF8A8
Black with #CAF8A8
Text Example
Text Example
White with #CAF8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8A8; }
p { color: rgb(202,248,168); }
H1.HeaderClassName
{
color: #CAF8A8;
}
.AnyTagClassName
{
color: #CAF8A8;
}
</style>
background-color css
<style>
a { background-color: #CAF8A8; }
a { background-color: rgb(202,248,168); }
div.DivClassName
{
background-color: #CAF8A8;
}
.BgClassName
{
background-color: #CAF8A8;
}
</style>
border-color css
<style>
span { border-color: #CAF8A8; }
span { border-color: rgb(202,248,168); }
td.TdClassName
{
border-color: #CAF8A8;
}
.TagClassName
{
border-color: #CAF8A8;
}
</style>