Shades of Tea Green #CCEAC3
Tints of Tea Green #CCEAC3
RGB
CMYK
RGB Variations
Color information
#CCEAC3 (or 0xCCEAC3) is known color: Tea Green. HEX triplet: CC, EA and C3. RGB value is (204,234,195). Sum of RGB (Red+Green+Blue) = 204+234+195=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAC3 is #33153C. Grayscale: #DCDCDC. Windows color (decimal): -3347773 or 12839628. OLE color: 12839628.
HSL color Cylindrical-coordinate representation of color #CCEAC3: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCEAC3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 195 | - |
CMYK | 0.13 | 0 | 0.17 | 0.08 |
HSL | 106.15º | 0.48% | 0.84% | - |
HSV(B) | 106.15º | 0.17% | 0.92% | - |
XYZ | 64.18 | 75.62 | 62.84 | - |
YUV | 220.58 | 113.56 | 116.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 195 | 0.13 | 0 | 0.17 | 0.08 | 106.15 | 0.48 | 0.84 |
Hex | CC | EA | C3 | D | 0 | 11 | 8 | 6A | 30 | 54 |
Octal | 314 | 352 | 303 | 15 | 0 | 21 | 10 | 152 | 60 | 124 |
Binary | 11001100 | 11101010 | 11000011 | 1101 | 0 | 10001 | 1000 | 1101010 | 110000 | 1010100 |
Color Harmonies of #CCEAC3
Complementary color
Monochromatic Colors of #CCEAC3
Black with #CCEAC3
Text Example
Text Example
White with #CCEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAC3; }
p { color: rgb(204,234,195); }
H1.HeaderClassName
{
color: #CCEAC3;
}
.AnyTagClassName
{
color: #CCEAC3;
}
</style>
background-color css
<style>
a { background-color: #CCEAC3; }
a { background-color: rgb(204,234,195); }
div.DivClassName
{
background-color: #CCEAC3;
}
.BgClassName
{
background-color: #CCEAC3;
}
</style>
border-color css
<style>
span { border-color: #CCEAC3; }
span { border-color: rgb(204,234,195); }
td.TdClassName
{
border-color: #CCEAC3;
}
.TagClassName
{
border-color: #CCEAC3;
}
</style>