Shades of Tea Green #CEEEB0
Tints of Tea Green #CEEEB0
RGB
CMYK
RGB Variations
Color information
#CEEEB0 (or 0xCEEEB0) is known color: Tea Green. HEX triplet: CE, EE and B0. RGB value is (206,238,176). Sum of RGB (Red+Green+Blue) = 206+238+176=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEB0 is #31114F. Grayscale: #DDDDDD. Windows color (decimal): -3215696 or 11595470. OLE color: 11595470.
HSL color Cylindrical-coordinate representation of color #CEEEB0: hue angle of 90.97º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEEEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 176 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 90.97º | 0.65% | 0.81% | - |
| HSV(B) | 90.97º | 0.26% | 0.93% | - |
| XYZ | 63.86 | 77.41 | 52.65 | - |
| YUV | 221.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 176 | 0.13 | 0 | 0.26 | 0.07 | 90.97 | 0.65 | 0.81 |
| Hex | CE | EE | B0 | D | 0 | 1A | 7 | 5B | 41 | 51 |
| Octal | 316 | 356 | 260 | 15 | 0 | 32 | 7 | 133 | 101 | 121 |
| Binary | 11001110 | 11101110 | 10110000 | 1101 | 0 | 11010 | 111 | 1011011 | 1000001 | 1010001 |
Color Harmonies of #CEEEB0
Complementary color
Monochromatic Colors of #CEEEB0
Black with #CEEEB0
Text Example
Text Example
White with #CEEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEB0; }
p { color: rgb(206,238,176); }
H1.HeaderClassName
{
color: #CEEEB0;
}
.AnyTagClassName
{
color: #CEEEB0;
}
</style>
background-color css
<style>
a { background-color: #CEEEB0; }
a { background-color: rgb(206,238,176); }
div.DivClassName
{
background-color: #CEEEB0;
}
.BgClassName
{
background-color: #CEEEB0;
}
</style>
border-color css
<style>
span { border-color: #CEEEB0; }
span { border-color: rgb(206,238,176); }
td.TdClassName
{
border-color: #CEEEB0;
}
.TagClassName
{
border-color: #CEEEB0;
}
</style>