Shades of Reef #CAEEA2
Tints of Reef #CAEEA2
RGB
CMYK
RGB Variations
Color information
#CAEEA2 (or 0xCAEEA2) is known color: Reef. HEX triplet: CA, EE and A2. RGB value is (202,238,162). Sum of RGB (Red+Green+Blue) = 202+238+162=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 162 (63.67% from 255 or 26.91% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA2 is #35115D. Grayscale: #DADADA. Windows color (decimal): -3477854 or 10677962. OLE color: 10677962.
HSL color Cylindrical-coordinate representation of color #CAEEA2: hue angle of 88.42º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAEEA2 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 162 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.07 |
| HSL | 88.42º | 0.69% | 0.78% | - |
| HSV(B) | 88.42º | 0.32% | 0.93% | - |
| XYZ | 61.45 | 76.31 | 45.67 | - |
| YUV | 218.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 162 | 0.15 | 0 | 0.32 | 0.07 | 88.42 | 0.69 | 0.78 |
| Hex | CA | EE | A2 | F | 0 | 20 | 7 | 58 | 45 | 4E |
| Octal | 312 | 356 | 242 | 17 | 0 | 40 | 7 | 130 | 105 | 116 |
| Binary | 11001010 | 11101110 | 10100010 | 1111 | 0 | 100000 | 111 | 1011000 | 1000101 | 1001110 |
Color Harmonies of #CAEEA2
Complementary color
Monochromatic Colors of #CAEEA2
Black with #CAEEA2
Text Example
Text Example
White with #CAEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEEA2; }
p { color: rgb(202,238,162); }
H1.HeaderClassName
{
color: #CAEEA2;
}
.AnyTagClassName
{
color: #CAEEA2;
}
</style>
background-color css
<style>
a { background-color: #CAEEA2; }
a { background-color: rgb(202,238,162); }
div.DivClassName
{
background-color: #CAEEA2;
}
.BgClassName
{
background-color: #CAEEA2;
}
</style>
border-color css
<style>
span { border-color: #CAEEA2; }
span { border-color: rgb(202,238,162); }
td.TdClassName
{
border-color: #CAEEA2;
}
.TagClassName
{
border-color: #CAEEA2;
}
</style>