Shades of Tea Green #CCE4B5
Tints of Tea Green #CCE4B5
RGB
CMYK
RGB Variations
Color information
#CCE4B5 (or 0xCCE4B5) is known color: Tea Green. HEX triplet: CC, E4 and B5. RGB value is (204,228,181). Sum of RGB (Red+Green+Blue) = 204+228+181=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4B5 is #331B4A. Grayscale: #D7D7D7. Windows color (decimal): -3349323 or 11920588. OLE color: 11920588.
HSL color Cylindrical-coordinate representation of color #CCE4B5: hue angle of 90.64º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCE4B5 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 181 | - |
CMYK | 0.11 | 0 | 0.21 | 0.11 |
HSL | 90.64º | 0.47% | 0.8% | - |
HSV(B) | 90.64º | 0.21% | 0.89% | - |
XYZ | 60.99 | 71.66 | 54.33 | - |
YUV | 215.47 | 108.55 | 119.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 181 | 0.11 | 0 | 0.21 | 0.11 | 90.64 | 0.47 | 0.8 |
Hex | CC | E4 | B5 | B | 0 | 15 | B | 5B | 2F | 50 |
Octal | 314 | 344 | 265 | 13 | 0 | 25 | 13 | 133 | 57 | 120 |
Binary | 11001100 | 11100100 | 10110101 | 1011 | 0 | 10101 | 1011 | 1011011 | 101111 | 1010000 |
Color Harmonies of #CCE4B5
Complementary color
Monochromatic Colors of #CCE4B5
Black with #CCE4B5
Text Example
Text Example
White with #CCE4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4B5; }
p { color: rgb(204,228,181); }
H1.HeaderClassName
{
color: #CCE4B5;
}
.AnyTagClassName
{
color: #CCE4B5;
}
</style>
background-color css
<style>
a { background-color: #CCE4B5; }
a { background-color: rgb(204,228,181); }
div.DivClassName
{
background-color: #CCE4B5;
}
.BgClassName
{
background-color: #CCE4B5;
}
</style>
border-color css
<style>
span { border-color: #CCE4B5; }
span { border-color: rgb(204,228,181); }
td.TdClassName
{
border-color: #CCE4B5;
}
.TagClassName
{
border-color: #CCE4B5;
}
</style>