Shades of Tea Green #CCEDBD
Tints of Tea Green #CCEDBD
RGB
CMYK
RGB Variations
Color information
#CCEDBD (or 0xCCEDBD) is known color: Tea Green. HEX triplet: CC, ED and BD. RGB value is (204,237,189). Sum of RGB (Red+Green+Blue) = 204+237+189=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDBD is #331242. Grayscale: #DDDDDD. Windows color (decimal): -3347011 or 12447180. OLE color: 12447180.
HSL color Cylindrical-coordinate representation of color #CCEDBD: hue angle of 101.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCEDBD is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 189 | - |
CMYK | 0.14 | 0 | 0.20 | 0.07 |
HSL | 101.25º | 0.57% | 0.84% | - |
HSV(B) | 101.25º | 0.2% | 0.93% | - |
XYZ | 64.37 | 77.08 | 59.63 | - |
YUV | 221.66 | 109.57 | 115.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 189 | 0.14 | 0 | 0.20 | 0.07 | 101.25 | 0.57 | 0.84 |
Hex | CC | ED | BD | E | 0 | 14 | 7 | 65 | 39 | 54 |
Octal | 314 | 355 | 275 | 16 | 0 | 24 | 7 | 145 | 71 | 124 |
Binary | 11001100 | 11101101 | 10111101 | 1110 | 0 | 10100 | 111 | 1100101 | 111001 | 1010100 |
Color Harmonies of #CCEDBD
Complementary color
Monochromatic Colors of #CCEDBD
Black with #CCEDBD
Text Example
Text Example
White with #CCEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDBD; }
p { color: rgb(204,237,189); }
H1.HeaderClassName
{
color: #CCEDBD;
}
.AnyTagClassName
{
color: #CCEDBD;
}
</style>
background-color css
<style>
a { background-color: #CCEDBD; }
a { background-color: rgb(204,237,189); }
div.DivClassName
{
background-color: #CCEDBD;
}
.BgClassName
{
background-color: #CCEDBD;
}
</style>
border-color css
<style>
span { border-color: #CCEDBD; }
span { border-color: rgb(204,237,189); }
td.TdClassName
{
border-color: #CCEDBD;
}
.TagClassName
{
border-color: #CCEDBD;
}
</style>