Shades of Tea Green #CCEBBD
Tints of Tea Green #CCEBBD
RGB
CMYK
RGB Variations
Color information
#CCEBBD (or 0xCCEBBD) is known color: Tea Green. HEX triplet: CC, EB and BD. RGB value is (204,235,189). Sum of RGB (Red+Green+Blue) = 204+235+189=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBBD is #331442. Grayscale: #DCDCDC. Windows color (decimal): -3347523 or 12446668. OLE color: 12446668.
HSL color Cylindrical-coordinate representation of color #CCEBBD: hue angle of 100.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEBBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 189 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.08 |
| HSL | 100.43º | 0.53% | 0.83% | - |
| HSV(B) | 100.43º | 0.2% | 0.92% | - |
| XYZ | 63.8 | 75.93 | 59.44 | - |
| YUV | 220.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 189 | 0.13 | 0 | 0.20 | 0.08 | 100.43 | 0.53 | 0.83 |
| Hex | CC | EB | BD | D | 0 | 14 | 8 | 64 | 35 | 53 |
| Octal | 314 | 353 | 275 | 15 | 0 | 24 | 10 | 144 | 65 | 123 |
| Binary | 11001100 | 11101011 | 10111101 | 1101 | 0 | 10100 | 1000 | 1100100 | 110101 | 1010011 |
Color Harmonies of #CCEBBD
Complementary color
Monochromatic Colors of #CCEBBD
Black with #CCEBBD
Text Example
Text Example
White with #CCEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBBD; }
p { color: rgb(204,235,189); }
H1.HeaderClassName
{
color: #CCEBBD;
}
.AnyTagClassName
{
color: #CCEBBD;
}
</style>
background-color css
<style>
a { background-color: #CCEBBD; }
a { background-color: rgb(204,235,189); }
div.DivClassName
{
background-color: #CCEBBD;
}
.BgClassName
{
background-color: #CCEBBD;
}
</style>
border-color css
<style>
span { border-color: #CCEBBD; }
span { border-color: rgb(204,235,189); }
td.TdClassName
{
border-color: #CCEBBD;
}
.TagClassName
{
border-color: #CCEBBD;
}
</style>