Shades of Tea Green #CCEEB1
Tints of Tea Green #CCEEB1
RGB
CMYK
RGB Variations
Color information
#CCEEB1 (or 0xCCEEB1) is known color: Tea Green. HEX triplet: CC, EE and B1. RGB value is (204,238,177). Sum of RGB (Red+Green+Blue) = 204+238+177=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEB1 is #33114E. Grayscale: #DDDDDD. Windows color (decimal): -3346767 or 11661004. OLE color: 11661004.
HSL color Cylindrical-coordinate representation of color #CCEEB1: hue angle of 93.44º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCEEB1 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 177 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 93.44º | 0.64% | 0.81% | - |
| HSV(B) | 93.44º | 0.26% | 0.93% | - |
| XYZ | 63.41 | 77.16 | 53.15 | - |
| YUV | 220.88 | 103.24 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 177 | 0.14 | 0 | 0.26 | 0.07 | 93.44 | 0.64 | 0.81 |
| Hex | CC | EE | B1 | E | 0 | 1A | 7 | 5D | 40 | 51 |
| Octal | 314 | 356 | 261 | 16 | 0 | 32 | 7 | 135 | 100 | 121 |
| Binary | 11001100 | 11101110 | 10110001 | 1110 | 0 | 11010 | 111 | 1011101 | 1000000 | 1010001 |
Color Harmonies of #CCEEB1
Complementary color
Monochromatic Colors of #CCEEB1
Black with #CCEEB1
Text Example
Text Example
White with #CCEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEB1; }
p { color: rgb(204,238,177); }
H1.HeaderClassName
{
color: #CCEEB1;
}
.AnyTagClassName
{
color: #CCEEB1;
}
</style>
background-color css
<style>
a { background-color: #CCEEB1; }
a { background-color: rgb(204,238,177); }
div.DivClassName
{
background-color: #CCEEB1;
}
.BgClassName
{
background-color: #CCEEB1;
}
</style>
border-color css
<style>
span { border-color: #CCEEB1; }
span { border-color: rgb(204,238,177); }
td.TdClassName
{
border-color: #CCEEB1;
}
.TagClassName
{
border-color: #CCEEB1;
}
</style>