Shades of Tea Green #CCEFC2
Tints of Tea Green #CCEFC2
RGB
CMYK
RGB Variations
Color information
#CCEFC2 (or 0xCCEFC2) is known color: Tea Green. HEX triplet: CC, EF and C2. RGB value is (204,239,194). Sum of RGB (Red+Green+Blue) = 204+239+194=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC2 is #33103D. Grayscale: #DFDFDF. Windows color (decimal): -3346494 or 12775372. OLE color: 12775372.
HSL color Cylindrical-coordinate representation of color #CCEFC2: hue angle of 106.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEFC2 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 194 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.06 |
| HSL | 106.67º | 0.58% | 0.85% | - |
| HSV(B) | 106.67º | 0.19% | 0.94% | - |
| XYZ | 65.51 | 78.47 | 62.73 | - |
| YUV | 223.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 194 | 0.15 | 0 | 0.19 | 0.06 | 106.67 | 0.58 | 0.85 |
| Hex | CC | EF | C2 | F | 0 | 13 | 6 | 6B | 3A | 55 |
| Octal | 314 | 357 | 302 | 17 | 0 | 23 | 6 | 153 | 72 | 125 |
| Binary | 11001100 | 11101111 | 11000010 | 1111 | 0 | 10011 | 110 | 1101011 | 111010 | 1010101 |
Color Harmonies of #CCEFC2
Complementary color
Monochromatic Colors of #CCEFC2
Black with #CCEFC2
Text Example
Text Example
White with #CCEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFC2; }
p { color: rgb(204,239,194); }
H1.HeaderClassName
{
color: #CCEFC2;
}
.AnyTagClassName
{
color: #CCEFC2;
}
</style>
background-color css
<style>
a { background-color: #CCEFC2; }
a { background-color: rgb(204,239,194); }
div.DivClassName
{
background-color: #CCEFC2;
}
.BgClassName
{
background-color: #CCEFC2;
}
</style>
border-color css
<style>
span { border-color: #CCEFC2; }
span { border-color: rgb(204,239,194); }
td.TdClassName
{
border-color: #CCEFC2;
}
.TagClassName
{
border-color: #CCEFC2;
}
</style>