Shades of Tea Green #CCEEC2
Tints of Tea Green #CCEEC2
RGB
CMYK
RGB Variations
Color information
#CCEEC2 (or 0xCCEEC2) is known color: Tea Green. HEX triplet: CC, EE and C2. RGB value is (204,238,194). Sum of RGB (Red+Green+Blue) = 204+238+194=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC2 is #33113D. Grayscale: #DEDEDE. Windows color (decimal): -3346750 or 12775116. OLE color: 12775116.
HSL color Cylindrical-coordinate representation of color #CCEEC2: hue angle of 106.36º 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 #CCEEC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 194 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 106.36º | 0.56% | 0.85% | - |
| HSV(B) | 106.36º | 0.18% | 0.93% | - |
| XYZ | 65.21 | 77.88 | 62.63 | - |
| YUV | 222.82 | 111.74 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 194 | 0.14 | 0 | 0.18 | 0.07 | 106.36 | 0.56 | 0.85 |
| Hex | CC | EE | C2 | E | 0 | 12 | 7 | 6A | 38 | 55 |
| Octal | 314 | 356 | 302 | 16 | 0 | 22 | 7 | 152 | 70 | 125 |
| Binary | 11001100 | 11101110 | 11000010 | 1110 | 0 | 10010 | 111 | 1101010 | 111000 | 1010101 |
Color Harmonies of #CCEEC2
Complementary color
Monochromatic Colors of #CCEEC2
Black with #CCEEC2
Text Example
Text Example
White with #CCEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEC2; }
p { color: rgb(204,238,194); }
H1.HeaderClassName
{
color: #CCEEC2;
}
.AnyTagClassName
{
color: #CCEEC2;
}
</style>
background-color css
<style>
a { background-color: #CCEEC2; }
a { background-color: rgb(204,238,194); }
div.DivClassName
{
background-color: #CCEEC2;
}
.BgClassName
{
background-color: #CCEEC2;
}
</style>
border-color css
<style>
span { border-color: #CCEEC2; }
span { border-color: rgb(204,238,194); }
td.TdClassName
{
border-color: #CCEEC2;
}
.TagClassName
{
border-color: #CCEEC2;
}
</style>