Shades of Tea Green #CCECC3
Tints of Tea Green #CCECC3
RGB
CMYK
RGB Variations
Color information
#CCECC3 (or 0xCCECC3) is known color: Tea Green. HEX triplet: CC, EC and C3. RGB value is (204,236,195). Sum of RGB (Red+Green+Blue) = 204+236+195=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECC3 is #33133C. Grayscale: #DDDDDD. Windows color (decimal): -3347261 or 12840140. OLE color: 12840140.
HSL color Cylindrical-coordinate representation of color #CCECC3: hue angle of 106.83º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCECC3 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 195 | - |
CMYK | 0.14 | 0 | 0.17 | 0.07 |
HSL | 106.83º | 0.52% | 0.85% | - |
HSV(B) | 106.83º | 0.17% | 0.93% | - |
XYZ | 64.75 | 76.77 | 63.03 | - |
YUV | 221.76 | 112.9 | 115.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 195 | 0.14 | 0 | 0.17 | 0.07 | 106.83 | 0.52 | 0.85 |
Hex | CC | EC | C3 | E | 0 | 11 | 7 | 6B | 34 | 55 |
Octal | 314 | 354 | 303 | 16 | 0 | 21 | 7 | 153 | 64 | 125 |
Binary | 11001100 | 11101100 | 11000011 | 1110 | 0 | 10001 | 111 | 1101011 | 110100 | 1010101 |
Color Harmonies of #CCECC3
Complementary color
Monochromatic Colors of #CCECC3
Black with #CCECC3
Text Example
Text Example
White with #CCECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECC3; }
p { color: rgb(204,236,195); }
H1.HeaderClassName
{
color: #CCECC3;
}
.AnyTagClassName
{
color: #CCECC3;
}
</style>
background-color css
<style>
a { background-color: #CCECC3; }
a { background-color: rgb(204,236,195); }
div.DivClassName
{
background-color: #CCECC3;
}
.BgClassName
{
background-color: #CCECC3;
}
</style>
border-color css
<style>
span { border-color: #CCECC3; }
span { border-color: rgb(204,236,195); }
td.TdClassName
{
border-color: #CCECC3;
}
.TagClassName
{
border-color: #CCECC3;
}
</style>