Shades of Reef #CAF1AA
Tints of Reef #CAF1AA
RGB
CMYK
RGB Variations
Color information
#CAF1AA (or 0xCAF1AA) is known color: Reef. HEX triplet: CA, F1 and AA. RGB value is (202,241,170). Sum of RGB (Red+Green+Blue) = 202+241+170=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1AA is #350E55. Grayscale: #DDDDDD. Windows color (decimal): -3477078 or 11203018. OLE color: 11203018.
HSL color Cylindrical-coordinate representation of color #CAF1AA: hue angle of 92.96º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAF1AA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 170 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.05 |
| HSL | 92.96º | 0.72% | 0.81% | - |
| HSV(B) | 92.96º | 0.29% | 0.95% | - |
| XYZ | 63.07 | 78.37 | 49.83 | - |
| YUV | 221.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 170 | 0.16 | 0 | 0.29 | 0.05 | 92.96 | 0.72 | 0.81 |
| Hex | CA | F1 | AA | 10 | 0 | 1D | 5 | 5D | 48 | 51 |
| Octal | 312 | 361 | 252 | 20 | 0 | 35 | 5 | 135 | 110 | 121 |
| Binary | 11001010 | 11110001 | 10101010 | 10000 | 0 | 11101 | 101 | 1011101 | 1001000 | 1010001 |
Color Harmonies of #CAF1AA
Complementary color
Monochromatic Colors of #CAF1AA
Black with #CAF1AA
Text Example
Text Example
White with #CAF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1AA; }
p { color: rgb(202,241,170); }
H1.HeaderClassName
{
color: #CAF1AA;
}
.AnyTagClassName
{
color: #CAF1AA;
}
</style>
background-color css
<style>
a { background-color: #CAF1AA; }
a { background-color: rgb(202,241,170); }
div.DivClassName
{
background-color: #CAF1AA;
}
.BgClassName
{
background-color: #CAF1AA;
}
</style>
border-color css
<style>
span { border-color: #CAF1AA; }
span { border-color: rgb(202,241,170); }
td.TdClassName
{
border-color: #CAF1AA;
}
.TagClassName
{
border-color: #CAF1AA;
}
</style>