Shades of Reef #CEEEA2
Tints of Reef #CEEEA2
RGB
CMYK
RGB Variations
Color information
#CEEEA2 (or 0xCEEEA2) is known color: Reef. HEX triplet: CE, EE and A2. RGB value is (206,238,162). Sum of RGB (Red+Green+Blue) = 206+238+162=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA2 is #31115D. Grayscale: #DCDCDC. Windows color (decimal): -3215710 or 10677966. OLE color: 10677966.
HSL color Cylindrical-coordinate representation of color #CEEEA2: hue angle of 85.26º 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 #CEEEA2 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 162 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 85.26º | 0.69% | 0.78% | - |
| HSV(B) | 85.26º | 0.32% | 0.93% | - |
| XYZ | 62.55 | 76.88 | 45.72 | - |
| YUV | 219.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 162 | 0.13 | 0 | 0.32 | 0.07 | 85.26 | 0.69 | 0.78 |
| Hex | CE | EE | A2 | D | 0 | 20 | 7 | 55 | 45 | 4E |
| Octal | 316 | 356 | 242 | 15 | 0 | 40 | 7 | 125 | 105 | 116 |
| Binary | 11001110 | 11101110 | 10100010 | 1101 | 0 | 100000 | 111 | 1010101 | 1000101 | 1001110 |
Color Harmonies of #CEEEA2
Complementary color
Monochromatic Colors of #CEEEA2
Black with #CEEEA2
Text Example
Text Example
White with #CEEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEA2; }
p { color: rgb(206,238,162); }
H1.HeaderClassName
{
color: #CEEEA2;
}
.AnyTagClassName
{
color: #CEEEA2;
}
</style>
background-color css
<style>
a { background-color: #CEEEA2; }
a { background-color: rgb(206,238,162); }
div.DivClassName
{
background-color: #CEEEA2;
}
.BgClassName
{
background-color: #CEEEA2;
}
</style>
border-color css
<style>
span { border-color: #CEEEA2; }
span { border-color: rgb(206,238,162); }
td.TdClassName
{
border-color: #CEEEA2;
}
.TagClassName
{
border-color: #CEEEA2;
}
</style>