Shades of Tea Green #CCEEAF
Tints of Tea Green #CCEEAF
RGB
CMYK
RGB Variations
Color information
#CCEEAF (or 0xCCEEAF) is known color: Tea Green. HEX triplet: CC, EE and AF. RGB value is (204,238,175). Sum of RGB (Red+Green+Blue) = 204+238+175=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAF is #331150. Grayscale: #DCDCDC. Windows color (decimal): -3346769 or 11529932. OLE color: 11529932.
HSL color Cylindrical-coordinate representation of color #CCEEAF: hue angle of 92.38º degrees, saturation: 0.65, 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 #CCEEAF is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 175 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 92.38º | 0.65% | 0.81% | - |
| HSV(B) | 92.38º | 0.26% | 0.93% | - |
| XYZ | 63.21 | 77.08 | 52.1 | - |
| YUV | 220.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 175 | 0.14 | 0 | 0.26 | 0.07 | 92.38 | 0.65 | 0.81 |
| Hex | CC | EE | AF | E | 0 | 1A | 7 | 5C | 41 | 51 |
| Octal | 314 | 356 | 257 | 16 | 0 | 32 | 7 | 134 | 101 | 121 |
| Binary | 11001100 | 11101110 | 10101111 | 1110 | 0 | 11010 | 111 | 1011100 | 1000001 | 1010001 |
Color Harmonies of #CCEEAF
Complementary color
Monochromatic Colors of #CCEEAF
Black with #CCEEAF
Text Example
Text Example
White with #CCEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEAF; }
p { color: rgb(204,238,175); }
H1.HeaderClassName
{
color: #CCEEAF;
}
.AnyTagClassName
{
color: #CCEEAF;
}
</style>
background-color css
<style>
a { background-color: #CCEEAF; }
a { background-color: rgb(204,238,175); }
div.DivClassName
{
background-color: #CCEEAF;
}
.BgClassName
{
background-color: #CCEEAF;
}
</style>
border-color css
<style>
span { border-color: #CCEEAF; }
span { border-color: rgb(204,238,175); }
td.TdClassName
{
border-color: #CCEEAF;
}
.TagClassName
{
border-color: #CCEEAF;
}
</style>