Shades of Tea Green #CCEEC3
Tints of Tea Green #CCEEC3
RGB
CMYK
RGB Variations
Color information
#CCEEC3 (or 0xCCEEC3) is known color: Tea Green. HEX triplet: CC, EE and C3. RGB value is (204,238,195). Sum of RGB (Red+Green+Blue) = 204+238+195=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC3 is #33113C. Grayscale: #DFDFDF. Windows color (decimal): -3346749 or 12840652. OLE color: 12840652.
HSL color Cylindrical-coordinate representation of color #CCEEC3: hue angle of 107.44º 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 #CCEEC3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 195 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.07 |
| HSL | 107.44º | 0.56% | 0.85% | - |
| HSV(B) | 107.44º | 0.18% | 0.93% | - |
| XYZ | 65.33 | 77.93 | 63.23 | - |
| YUV | 222.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 195 | 0.14 | 0 | 0.18 | 0.07 | 107.44 | 0.56 | 0.85 |
| Hex | CC | EE | C3 | E | 0 | 12 | 7 | 6B | 38 | 55 |
| Octal | 314 | 356 | 303 | 16 | 0 | 22 | 7 | 153 | 70 | 125 |
| Binary | 11001100 | 11101110 | 11000011 | 1110 | 0 | 10010 | 111 | 1101011 | 111000 | 1010101 |
Color Harmonies of #CCEEC3
Complementary color
Monochromatic Colors of #CCEEC3
Black with #CCEEC3
Text Example
Text Example
White with #CCEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEC3; }
p { color: rgb(204,238,195); }
H1.HeaderClassName
{
color: #CCEEC3;
}
.AnyTagClassName
{
color: #CCEEC3;
}
</style>
background-color css
<style>
a { background-color: #CCEEC3; }
a { background-color: rgb(204,238,195); }
div.DivClassName
{
background-color: #CCEEC3;
}
.BgClassName
{
background-color: #CCEEC3;
}
</style>
border-color css
<style>
span { border-color: #CCEEC3; }
span { border-color: rgb(204,238,195); }
td.TdClassName
{
border-color: #CCEEC3;
}
.TagClassName
{
border-color: #CCEEC3;
}
</style>