Shades of Reef #CAEEA0
Tints of Reef #CAEEA0
RGB
CMYK
RGB Variations
Color information
#CAEEA0 (or 0xCAEEA0) is known color: Reef. HEX triplet: CA, EE and A0. RGB value is (202,238,160). Sum of RGB (Red+Green+Blue) = 202+238+160=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA0 is #35115F. Grayscale: #DADADA. Windows color (decimal): -3477856 or 10546890. OLE color: 10546890.
HSL color Cylindrical-coordinate representation of color #CAEEA0: hue angle of 87.69º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAEEA0 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 160 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.07 |
| HSL | 87.69º | 0.7% | 0.78% | - |
| HSV(B) | 87.69º | 0.33% | 0.93% | - |
| XYZ | 61.28 | 76.24 | 44.74 | - |
| YUV | 218.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 160 | 0.15 | 0 | 0.33 | 0.07 | 87.69 | 0.7 | 0.78 |
| Hex | CA | EE | A0 | F | 0 | 21 | 7 | 58 | 46 | 4E |
| Octal | 312 | 356 | 240 | 17 | 0 | 41 | 7 | 130 | 106 | 116 |
| Binary | 11001010 | 11101110 | 10100000 | 1111 | 0 | 100001 | 111 | 1011000 | 1000110 | 1001110 |
Color Harmonies of #CAEEA0
Complementary color
Monochromatic Colors of #CAEEA0
Black with #CAEEA0
Text Example
Text Example
White with #CAEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEA0; }
p { color: rgb(202,238,160); }
H1.HeaderClassName
{
color: #CAEEA0;
}
.AnyTagClassName
{
color: #CAEEA0;
}
</style>
background-color css
<style>
a { background-color: #CAEEA0; }
a { background-color: rgb(202,238,160); }
div.DivClassName
{
background-color: #CAEEA0;
}
.BgClassName
{
background-color: #CAEEA0;
}
</style>
border-color css
<style>
span { border-color: #CAEEA0; }
span { border-color: rgb(202,238,160); }
td.TdClassName
{
border-color: #CAEEA0;
}
.TagClassName
{
border-color: #CAEEA0;
}
</style>