Shades of Tea Green #CCEABE
Tints of Tea Green #CCEABE
RGB
CMYK
RGB Variations
Color information
#CCEABE (or 0xCCEABE) is known color: Tea Green. HEX triplet: CC, EA and BE. RGB value is (204,234,190). Sum of RGB (Red+Green+Blue) = 204+234+190=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABE is #331541. Grayscale: #DCDCDC. Windows color (decimal): -3347778 or 12511948. OLE color: 12511948.
HSL color Cylindrical-coordinate representation of color #CCEABE: hue angle of 100.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEABE is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 190 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.08 |
| HSL | 100.91º | 0.51% | 0.83% | - |
| HSV(B) | 100.91º | 0.19% | 0.92% | - |
| XYZ | 63.62 | 75.4 | 59.92 | - |
| YUV | 220.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 190 | 0.13 | 0 | 0.19 | 0.08 | 100.91 | 0.51 | 0.83 |
| Hex | CC | EA | BE | D | 0 | 13 | 8 | 65 | 33 | 53 |
| Octal | 314 | 352 | 276 | 15 | 0 | 23 | 10 | 145 | 63 | 123 |
| Binary | 11001100 | 11101010 | 10111110 | 1101 | 0 | 10011 | 1000 | 1100101 | 110011 | 1010011 |
Color Harmonies of #CCEABE
Complementary color
Monochromatic Colors of #CCEABE
Black with #CCEABE
Text Example
Text Example
White with #CCEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEABE; }
p { color: rgb(204,234,190); }
H1.HeaderClassName
{
color: #CCEABE;
}
.AnyTagClassName
{
color: #CCEABE;
}
</style>
background-color css
<style>
a { background-color: #CCEABE; }
a { background-color: rgb(204,234,190); }
div.DivClassName
{
background-color: #CCEABE;
}
.BgClassName
{
background-color: #CCEABE;
}
</style>
border-color css
<style>
span { border-color: #CCEABE; }
span { border-color: rgb(204,234,190); }
td.TdClassName
{
border-color: #CCEABE;
}
.TagClassName
{
border-color: #CCEABE;
}
</style>