Shades of Tea Green #CCEFC4
Tints of Tea Green #CCEFC4
RGB
CMYK
RGB Variations
Color information
#CCEFC4 (or 0xCCEFC4) is known color: Tea Green. HEX triplet: CC, EF and C4. RGB value is (204,239,196). Sum of RGB (Red+Green+Blue) = 204+239+196=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFC4 is #33103B. Grayscale: #DFDFDF. Windows color (decimal): -3346492 or 12906444. OLE color: 12906444.
HSL color Cylindrical-coordinate representation of color #CCEFC4: hue angle of 108.84º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEFC4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 196 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 108.84º | 0.57% | 0.85% | - |
| HSV(B) | 108.84º | 0.18% | 0.94% | - |
| XYZ | 65.73 | 78.56 | 63.92 | - |
| YUV | 223.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 196 | 0.15 | 0 | 0.18 | 0.06 | 108.84 | 0.57 | 0.85 |
| Hex | CC | EF | C4 | F | 0 | 12 | 6 | 6D | 39 | 55 |
| Octal | 314 | 357 | 304 | 17 | 0 | 22 | 6 | 155 | 71 | 125 |
| Binary | 11001100 | 11101111 | 11000100 | 1111 | 0 | 10010 | 110 | 1101101 | 111001 | 1010101 |
Color Harmonies of #CCEFC4
Complementary color
Monochromatic Colors of #CCEFC4
Black with #CCEFC4
Text Example
Text Example
White with #CCEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFC4; }
p { color: rgb(204,239,196); }
H1.HeaderClassName
{
color: #CCEFC4;
}
.AnyTagClassName
{
color: #CCEFC4;
}
</style>
background-color css
<style>
a { background-color: #CCEFC4; }
a { background-color: rgb(204,239,196); }
div.DivClassName
{
background-color: #CCEFC4;
}
.BgClassName
{
background-color: #CCEFC4;
}
</style>
border-color css
<style>
span { border-color: #CCEFC4; }
span { border-color: rgb(204,239,196); }
td.TdClassName
{
border-color: #CCEFC4;
}
.TagClassName
{
border-color: #CCEFC4;
}
</style>