Shades of Tea Green #CEEEC2
Tints of Tea Green #CEEEC2
RGB
CMYK
RGB Variations
Color information
#CEEEC2 (or 0xCEEEC2) is known color: Tea Green. HEX triplet: CE, EE and C2. RGB value is (206,238,194). Sum of RGB (Red+Green+Blue) = 206+238+194=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEC2 is #31113D. Grayscale: #DFDFDF. Windows color (decimal): -3215678 or 12775118. OLE color: 12775118.
HSL color Cylindrical-coordinate representation of color #CEEEC2: hue angle of 103.64º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 194 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 103.64º | 0.56% | 0.85% | - |
| HSV(B) | 103.64º | 0.18% | 0.93% | - |
| XYZ | 65.77 | 78.17 | 62.66 | - |
| YUV | 223.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 194 | 0.13 | 0 | 0.18 | 0.07 | 103.64 | 0.56 | 0.85 |
| Hex | CE | EE | C2 | D | 0 | 12 | 7 | 68 | 38 | 55 |
| Octal | 316 | 356 | 302 | 15 | 0 | 22 | 7 | 150 | 70 | 125 |
| Binary | 11001110 | 11101110 | 11000010 | 1101 | 0 | 10010 | 111 | 1101000 | 111000 | 1010101 |
Color Harmonies of #CEEEC2
Complementary color
Monochromatic Colors of #CEEEC2
Black with #CEEEC2
Text Example
Text Example
White with #CEEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEC2; }
p { color: rgb(206,238,194); }
H1.HeaderClassName
{
color: #CEEEC2;
}
.AnyTagClassName
{
color: #CEEEC2;
}
</style>
background-color css
<style>
a { background-color: #CEEEC2; }
a { background-color: rgb(206,238,194); }
div.DivClassName
{
background-color: #CEEEC2;
}
.BgClassName
{
background-color: #CEEEC2;
}
</style>
border-color css
<style>
span { border-color: #CEEEC2; }
span { border-color: rgb(206,238,194); }
td.TdClassName
{
border-color: #CEEEC2;
}
.TagClassName
{
border-color: #CEEEC2;
}
</style>