Shades of Reef #CAF6AA
Tints of Reef #CAF6AA
RGB
CMYK
RGB Variations
Color information
#CAF6AA (or 0xCAF6AA) is known color: Reef. HEX triplet: CA, F6 and AA. RGB value is (202,246,170). Sum of RGB (Red+Green+Blue) = 202+246+170=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 246 (96.48% from 255 or 39.81% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF6AA is #350955. Grayscale: #E0E0E0. Windows color (decimal): -3475798 or 11204298. OLE color: 11204298.
HSL color Cylindrical-coordinate representation of color #CAF6AA: hue angle of 94.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAF6AA is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 170 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.04 |
| HSL | 94.74º | 0.81% | 0.82% | - |
| HSV(B) | 94.74º | 0.31% | 0.96% | - |
| XYZ | 64.57 | 81.37 | 50.33 | - |
| YUV | 224.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 170 | 0.18 | 0 | 0.31 | 0.04 | 94.74 | 0.81 | 0.82 |
| Hex | CA | F6 | AA | 12 | 0 | 1F | 4 | 5F | 51 | 52 |
| Octal | 312 | 366 | 252 | 22 | 0 | 37 | 4 | 137 | 121 | 122 |
| Binary | 11001010 | 11110110 | 10101010 | 10010 | 0 | 11111 | 100 | 1011111 | 1010001 | 1010010 |
Color Harmonies of #CAF6AA
Complementary color
Monochromatic Colors of #CAF6AA
Black with #CAF6AA
Text Example
Text Example
White with #CAF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF6AA; }
p { color: rgb(202,246,170); }
H1.HeaderClassName
{
color: #CAF6AA;
}
.AnyTagClassName
{
color: #CAF6AA;
}
</style>
background-color css
<style>
a { background-color: #CAF6AA; }
a { background-color: rgb(202,246,170); }
div.DivClassName
{
background-color: #CAF6AA;
}
.BgClassName
{
background-color: #CAF6AA;
}
</style>
border-color css
<style>
span { border-color: #CAF6AA; }
span { border-color: rgb(202,246,170); }
td.TdClassName
{
border-color: #CAF6AA;
}
.TagClassName
{
border-color: #CAF6AA;
}
</style>