Shades of Reef #CAE6AA
Tints of Reef #CAE6AA
RGB
CMYK
RGB Variations
Color information
#CAE6AA (or 0xCAE6AA) is known color: Reef. HEX triplet: CA, E6 and AA. RGB value is (202,230,170). Sum of RGB (Red+Green+Blue) = 202+230+170=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AA is #351955. Grayscale: #D6D6D6. Windows color (decimal): -3479894 or 11200202. OLE color: 11200202.
HSL color Cylindrical-coordinate representation of color #CAE6AA: hue angle of 88º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAE6AA is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 170 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.10 |
| HSL | 88º | 0.55% | 0.78% | - |
| HSV(B) | 88º | 0.26% | 0.9% | - |
| XYZ | 59.91 | 72.05 | 48.78 | - |
| YUV | 214.79 | 102.72 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 170 | 0.12 | 0 | 0.26 | 0.10 | 88 | 0.55 | 0.78 |
| Hex | CA | E6 | AA | C | 0 | 1A | A | 58 | 37 | 4E |
| Octal | 312 | 346 | 252 | 14 | 0 | 32 | 12 | 130 | 67 | 116 |
| Binary | 11001010 | 11100110 | 10101010 | 1100 | 0 | 11010 | 1010 | 1011000 | 110111 | 1001110 |
Color Harmonies of #CAE6AA
Complementary color
Monochromatic Colors of #CAE6AA
Black with #CAE6AA
Text Example
Text Example
White with #CAE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6AA; }
p { color: rgb(202,230,170); }
H1.HeaderClassName
{
color: #CAE6AA;
}
.AnyTagClassName
{
color: #CAE6AA;
}
</style>
background-color css
<style>
a { background-color: #CAE6AA; }
a { background-color: rgb(202,230,170); }
div.DivClassName
{
background-color: #CAE6AA;
}
.BgClassName
{
background-color: #CAE6AA;
}
</style>
border-color css
<style>
span { border-color: #CAE6AA; }
span { border-color: rgb(202,230,170); }
td.TdClassName
{
border-color: #CAE6AA;
}
.TagClassName
{
border-color: #CAE6AA;
}
</style>