Shades of Tea Green #CCECB2
Tints of Tea Green #CCECB2
RGB
CMYK
RGB Variations
Color information
#CCECB2 (or 0xCCECB2) is known color: Tea Green. HEX triplet: CC, EC and B2. RGB value is (204,236,178). Sum of RGB (Red+Green+Blue) = 204+236+178=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECB2 is #33134D. Grayscale: #DCDCDC. Windows color (decimal): -3347278 or 11726028. OLE color: 11726028.
HSL color Cylindrical-coordinate representation of color #CCECB2: hue angle of 93.1º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCECB2 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 178 | - |
CMYK | 0.14 | 0 | 0.25 | 0.07 |
HSL | 93.1º | 0.6% | 0.81% | - |
HSV(B) | 93.1º | 0.25% | 0.93% | - |
XYZ | 62.93 | 76.04 | 53.48 | - |
YUV | 219.82 | 104.4 | 116.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 178 | 0.14 | 0 | 0.25 | 0.07 | 93.1 | 0.6 | 0.81 |
Hex | CC | EC | B2 | E | 0 | 19 | 7 | 5D | 3C | 51 |
Octal | 314 | 354 | 262 | 16 | 0 | 31 | 7 | 135 | 74 | 121 |
Binary | 11001100 | 11101100 | 10110010 | 1110 | 0 | 11001 | 111 | 1011101 | 111100 | 1010001 |
Color Harmonies of #CCECB2
Complementary color
Monochromatic Colors of #CCECB2
Black with #CCECB2
Text Example
Text Example
White with #CCECB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECB2; }
p { color: rgb(204,236,178); }
H1.HeaderClassName
{
color: #CCECB2;
}
.AnyTagClassName
{
color: #CCECB2;
}
</style>
background-color css
<style>
a { background-color: #CCECB2; }
a { background-color: rgb(204,236,178); }
div.DivClassName
{
background-color: #CCECB2;
}
.BgClassName
{
background-color: #CCECB2;
}
</style>
border-color css
<style>
span { border-color: #CCECB2; }
span { border-color: rgb(204,236,178); }
td.TdClassName
{
border-color: #CCECB2;
}
.TagClassName
{
border-color: #CCECB2;
}
</style>