Shades of Reef #CAE3A0
Tints of Reef #CAE3A0
RGB
CMYK
RGB Variations
Color information
#CAE3A0 (or 0xCAE3A0) is known color: Reef. HEX triplet: CA, E3 and A0. RGB value is (202,227,160). Sum of RGB (Red+Green+Blue) = 202+227+160=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE3A0 is #351C5F. Grayscale: #D4D4D4. Windows color (decimal): -3480672 or 10544074. OLE color: 10544074.
HSL color Cylindrical-coordinate representation of color #CAE3A0: hue angle of 82.39º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE3A0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 160 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.11 |
| HSL | 82.39º | 0.54% | 0.76% | - |
| HSV(B) | 82.39º | 0.3% | 0.89% | - |
| XYZ | 58.17 | 70.03 | 43.71 | - |
| YUV | 211.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 160 | 0.11 | 0 | 0.30 | 0.11 | 82.39 | 0.54 | 0.76 |
| Hex | CA | E3 | A0 | B | 0 | 1E | B | 52 | 36 | 4C |
| Octal | 312 | 343 | 240 | 13 | 0 | 36 | 13 | 122 | 66 | 114 |
| Binary | 11001010 | 11100011 | 10100000 | 1011 | 0 | 11110 | 1011 | 1010010 | 110110 | 1001100 |
Color Harmonies of #CAE3A0
Complementary color
Monochromatic Colors of #CAE3A0
Black with #CAE3A0
Text Example
Text Example
White with #CAE3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3A0; }
p { color: rgb(202,227,160); }
H1.HeaderClassName
{
color: #CAE3A0;
}
.AnyTagClassName
{
color: #CAE3A0;
}
</style>
background-color css
<style>
a { background-color: #CAE3A0; }
a { background-color: rgb(202,227,160); }
div.DivClassName
{
background-color: #CAE3A0;
}
.BgClassName
{
background-color: #CAE3A0;
}
</style>
border-color css
<style>
span { border-color: #CAE3A0; }
span { border-color: rgb(202,227,160); }
td.TdClassName
{
border-color: #CAE3A0;
}
.TagClassName
{
border-color: #CAE3A0;
}
</style>