Shades of Tea Green #CCE5B5
Tints of Tea Green #CCE5B5
RGB
CMYK
RGB Variations
Color information
#CCE5B5 (or 0xCCE5B5) is known color: Tea Green. HEX triplet: CC, E5 and B5. RGB value is (204,229,181). Sum of RGB (Red+Green+Blue) = 204+229+181=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5B5 is #331A4A. Grayscale: #D8D8D8. Windows color (decimal): -3349067 or 11920844. OLE color: 11920844.
HSL color Cylindrical-coordinate representation of color #CCE5B5: hue angle of 91.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCE5B5 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 181 | - |
CMYK | 0.11 | 0 | 0.21 | 0.10 |
HSL | 91.25º | 0.48% | 0.8% | - |
HSV(B) | 91.25º | 0.21% | 0.9% | - |
XYZ | 61.26 | 72.21 | 54.43 | - |
YUV | 216.05 | 108.22 | 119.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 181 | 0.11 | 0 | 0.21 | 0.10 | 91.25 | 0.48 | 0.8 |
Hex | CC | E5 | B5 | B | 0 | 15 | A | 5B | 30 | 50 |
Octal | 314 | 345 | 265 | 13 | 0 | 25 | 12 | 133 | 60 | 120 |
Binary | 11001100 | 11100101 | 10110101 | 1011 | 0 | 10101 | 1010 | 1011011 | 110000 | 1010000 |
Color Harmonies of #CCE5B5
Complementary color
Monochromatic Colors of #CCE5B5
Black with #CCE5B5
Text Example
Text Example
White with #CCE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5B5; }
p { color: rgb(204,229,181); }
H1.HeaderClassName
{
color: #CCE5B5;
}
.AnyTagClassName
{
color: #CCE5B5;
}
</style>
background-color css
<style>
a { background-color: #CCE5B5; }
a { background-color: rgb(204,229,181); }
div.DivClassName
{
background-color: #CCE5B5;
}
.BgClassName
{
background-color: #CCE5B5;
}
</style>
border-color css
<style>
span { border-color: #CCE5B5; }
span { border-color: rgb(204,229,181); }
td.TdClassName
{
border-color: #CCE5B5;
}
.TagClassName
{
border-color: #CCE5B5;
}
</style>