Shades of Reef #CAEEA9
Tints of Reef #CAEEA9
RGB
CMYK
RGB Variations
Color information
#CAEEA9 (or 0xCAEEA9) is known color: Reef. HEX triplet: CA, EE and A9. RGB value is (202,238,169). Sum of RGB (Red+Green+Blue) = 202+238+169=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA9 is #351156. Grayscale: #DBDBDB. Windows color (decimal): -3477847 or 11136714. OLE color: 11136714.
HSL color Cylindrical-coordinate representation of color #CAEEA9: hue angle of 91.3º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAEEA9 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 169 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.07 |
| HSL | 91.3º | 0.67% | 0.8% | - |
| HSV(B) | 91.3º | 0.29% | 0.93% | - |
| XYZ | 62.09 | 76.57 | 49.04 | - |
| YUV | 219.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 169 | 0.15 | 0 | 0.29 | 0.07 | 91.3 | 0.67 | 0.8 |
| Hex | CA | EE | A9 | F | 0 | 1D | 7 | 5B | 43 | 50 |
| Octal | 312 | 356 | 251 | 17 | 0 | 35 | 7 | 133 | 103 | 120 |
| Binary | 11001010 | 11101110 | 10101001 | 1111 | 0 | 11101 | 111 | 1011011 | 1000011 | 1010000 |
Color Harmonies of #CAEEA9
Complementary color
Monochromatic Colors of #CAEEA9
Black with #CAEEA9
Text Example
Text Example
White with #CAEEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEA9; }
p { color: rgb(202,238,169); }
H1.HeaderClassName
{
color: #CAEEA9;
}
.AnyTagClassName
{
color: #CAEEA9;
}
</style>
background-color css
<style>
a { background-color: #CAEEA9; }
a { background-color: rgb(202,238,169); }
div.DivClassName
{
background-color: #CAEEA9;
}
.BgClassName
{
background-color: #CAEEA9;
}
</style>
border-color css
<style>
span { border-color: #CAEEA9; }
span { border-color: rgb(202,238,169); }
td.TdClassName
{
border-color: #CAEEA9;
}
.TagClassName
{
border-color: #CAEEA9;
}
</style>