Shades of Tea Green #CCEEBC
Tints of Tea Green #CCEEBC
RGB
CMYK
RGB Variations
Color information
#CCEEBC (or 0xCCEEBC) is known color: Tea Green. HEX triplet: CC, EE and BC. RGB value is (204,238,188). Sum of RGB (Red+Green+Blue) = 204+238+188=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBC is #331143. Grayscale: #DEDEDE. Windows color (decimal): -3346756 or 12381900. OLE color: 12381900.
HSL color Cylindrical-coordinate representation of color #CCEEBC: hue angle of 100.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCEEBC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 188 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.07 |
| HSL | 100.8º | 0.6% | 0.84% | - |
| HSV(B) | 100.8º | 0.21% | 0.93% | - |
| XYZ | 64.55 | 77.62 | 59.16 | - |
| YUV | 222.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 188 | 0.14 | 0 | 0.21 | 0.07 | 100.8 | 0.6 | 0.84 |
| Hex | CC | EE | BC | E | 0 | 15 | 7 | 65 | 3C | 54 |
| Octal | 314 | 356 | 274 | 16 | 0 | 25 | 7 | 145 | 74 | 124 |
| Binary | 11001100 | 11101110 | 10111100 | 1110 | 0 | 10101 | 111 | 1100101 | 111100 | 1010100 |
Color Harmonies of #CCEEBC
Complementary color
Monochromatic Colors of #CCEEBC
Black with #CCEEBC
Text Example
Text Example
White with #CCEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEBC; }
p { color: rgb(204,238,188); }
H1.HeaderClassName
{
color: #CCEEBC;
}
.AnyTagClassName
{
color: #CCEEBC;
}
</style>
background-color css
<style>
a { background-color: #CCEEBC; }
a { background-color: rgb(204,238,188); }
div.DivClassName
{
background-color: #CCEEBC;
}
.BgClassName
{
background-color: #CCEEBC;
}
</style>
border-color css
<style>
span { border-color: #CCEEBC; }
span { border-color: rgb(204,238,188); }
td.TdClassName
{
border-color: #CCEEBC;
}
.TagClassName
{
border-color: #CCEEBC;
}
</style>