Shades of Tea Green #CCEABB
Tints of Tea Green #CCEABB
RGB
CMYK
RGB Variations
Color information
#CCEABB (or 0xCCEABB) is known color: Tea Green. HEX triplet: CC, EA and BB. RGB value is (204,234,187). Sum of RGB (Red+Green+Blue) = 204+234+187=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABB is #331544. Grayscale: #DBDBDB. Windows color (decimal): -3347781 or 12315340. OLE color: 12315340.
HSL color Cylindrical-coordinate representation of color #CCEABB: hue angle of 98.3º 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 #CCEABB is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 187 | - |
CMYK | 0.13 | 0 | 0.20 | 0.08 |
HSL | 98.3º | 0.53% | 0.83% | - |
HSV(B) | 98.3º | 0.2% | 0.92% | - |
XYZ | 63.29 | 75.27 | 58.21 | - |
YUV | 219.67 | 109.56 | 116.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 187 | 0.13 | 0 | 0.20 | 0.08 | 98.3 | 0.53 | 0.83 |
Hex | CC | EA | BB | D | 0 | 14 | 8 | 62 | 35 | 53 |
Octal | 314 | 352 | 273 | 15 | 0 | 24 | 10 | 142 | 65 | 123 |
Binary | 11001100 | 11101010 | 10111011 | 1101 | 0 | 10100 | 1000 | 1100010 | 110101 | 1010011 |
Color Harmonies of #CCEABB
Complementary color
Monochromatic Colors of #CCEABB
Black with #CCEABB
Text Example
Text Example
White with #CCEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEABB; }
p { color: rgb(204,234,187); }
H1.HeaderClassName
{
color: #CCEABB;
}
.AnyTagClassName
{
color: #CCEABB;
}
</style>
background-color css
<style>
a { background-color: #CCEABB; }
a { background-color: rgb(204,234,187); }
div.DivClassName
{
background-color: #CCEABB;
}
.BgClassName
{
background-color: #CCEABB;
}
</style>
border-color css
<style>
span { border-color: #CCEABB; }
span { border-color: rgb(204,234,187); }
td.TdClassName
{
border-color: #CCEABB;
}
.TagClassName
{
border-color: #CCEABB;
}
</style>