Shades of Tea Green #CCEEBA
Tints of Tea Green #CCEEBA
RGB
CMYK
RGB Variations
Color information
#CCEEBA (or 0xCCEEBA) is known color: Tea Green. HEX triplet: CC, EE and BA. RGB value is (204,238,186). Sum of RGB (Red+Green+Blue) = 204+238+186=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEBA is #331145. Grayscale: #DEDEDE. Windows color (decimal): -3346758 or 12250828. OLE color: 12250828.
HSL color Cylindrical-coordinate representation of color #CCEEBA: hue angle of 99.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCEEBA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 186 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.07 |
| HSL | 99.23º | 0.6% | 0.83% | - |
| HSV(B) | 99.23º | 0.22% | 0.93% | - |
| XYZ | 64.34 | 77.53 | 58.03 | - |
| YUV | 221.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 186 | 0.14 | 0 | 0.22 | 0.07 | 99.23 | 0.6 | 0.83 |
| Hex | CC | EE | BA | E | 0 | 16 | 7 | 63 | 3C | 53 |
| Octal | 314 | 356 | 272 | 16 | 0 | 26 | 7 | 143 | 74 | 123 |
| Binary | 11001100 | 11101110 | 10111010 | 1110 | 0 | 10110 | 111 | 1100011 | 111100 | 1010011 |
Color Harmonies of #CCEEBA
Complementary color
Monochromatic Colors of #CCEEBA
Black with #CCEEBA
Text Example
Text Example
White with #CCEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEBA; }
p { color: rgb(204,238,186); }
H1.HeaderClassName
{
color: #CCEEBA;
}
.AnyTagClassName
{
color: #CCEEBA;
}
</style>
background-color css
<style>
a { background-color: #CCEEBA; }
a { background-color: rgb(204,238,186); }
div.DivClassName
{
background-color: #CCEEBA;
}
.BgClassName
{
background-color: #CCEEBA;
}
</style>
border-color css
<style>
span { border-color: #CCEEBA; }
span { border-color: rgb(204,238,186); }
td.TdClassName
{
border-color: #CCEEBA;
}
.TagClassName
{
border-color: #CCEEBA;
}
</style>