Shades of Tea Green #CCEABF
Tints of Tea Green #CCEABF
RGB
CMYK
RGB Variations
Color information
#CCEABF (or 0xCCEABF) is known color: Tea Green. HEX triplet: CC, EA and BF. RGB value is (204,234,191). Sum of RGB (Red+Green+Blue) = 204+234+191=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABF is #331540. Grayscale: #DCDCDC. Windows color (decimal): -3347777 or 12577484. OLE color: 12577484.
HSL color Cylindrical-coordinate representation of color #CCEABF: hue angle of 101.86º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCEABF is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 191 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.08 |
| HSL | 101.86º | 0.51% | 0.83% | - |
| HSV(B) | 101.86º | 0.18% | 0.92% | - |
| XYZ | 63.73 | 75.44 | 60.49 | - |
| YUV | 220.13 | 111.56 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 191 | 0.13 | 0 | 0.18 | 0.08 | 101.86 | 0.51 | 0.83 |
| Hex | CC | EA | BF | D | 0 | 12 | 8 | 66 | 33 | 53 |
| Octal | 314 | 352 | 277 | 15 | 0 | 22 | 10 | 146 | 63 | 123 |
| Binary | 11001100 | 11101010 | 10111111 | 1101 | 0 | 10010 | 1000 | 1100110 | 110011 | 1010011 |
Color Harmonies of #CCEABF
Complementary color
Monochromatic Colors of #CCEABF
Black with #CCEABF
Text Example
Text Example
White with #CCEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEABF; }
p { color: rgb(204,234,191); }
H1.HeaderClassName
{
color: #CCEABF;
}
.AnyTagClassName
{
color: #CCEABF;
}
</style>
background-color css
<style>
a { background-color: #CCEABF; }
a { background-color: rgb(204,234,191); }
div.DivClassName
{
background-color: #CCEABF;
}
.BgClassName
{
background-color: #CCEABF;
}
</style>
border-color css
<style>
span { border-color: #CCEABF; }
span { border-color: rgb(204,234,191); }
td.TdClassName
{
border-color: #CCEABF;
}
.TagClassName
{
border-color: #CCEABF;
}
</style>