Shades of Tea Green #CCEAB3
Tints of Tea Green #CCEAB3
RGB
CMYK
RGB Variations
Color information
#CCEAB3 (or 0xCCEAB3) is known color: Tea Green. HEX triplet: CC, EA and B3. RGB value is (204,234,179). Sum of RGB (Red+Green+Blue) = 204+234+179=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAB3 is #33154C. Grayscale: #DADADA. Windows color (decimal): -3347789 or 11791052. OLE color: 11791052.
HSL color Cylindrical-coordinate representation of color #CCEAB3: hue angle of 92.73º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCEAB3 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 179 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.08 |
| HSL | 92.73º | 0.57% | 0.81% | - |
| HSV(B) | 92.73º | 0.24% | 0.92% | - |
| XYZ | 62.46 | 74.94 | 53.82 | - |
| YUV | 218.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 179 | 0.13 | 0 | 0.24 | 0.08 | 92.73 | 0.57 | 0.81 |
| Hex | CC | EA | B3 | D | 0 | 18 | 8 | 5D | 39 | 51 |
| Octal | 314 | 352 | 263 | 15 | 0 | 30 | 10 | 135 | 71 | 121 |
| Binary | 11001100 | 11101010 | 10110011 | 1101 | 0 | 11000 | 1000 | 1011101 | 111001 | 1010001 |
Color Harmonies of #CCEAB3
Complementary color
Monochromatic Colors of #CCEAB3
Black with #CCEAB3
Text Example
Text Example
White with #CCEAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAB3; }
p { color: rgb(204,234,179); }
H1.HeaderClassName
{
color: #CCEAB3;
}
.AnyTagClassName
{
color: #CCEAB3;
}
</style>
background-color css
<style>
a { background-color: #CCEAB3; }
a { background-color: rgb(204,234,179); }
div.DivClassName
{
background-color: #CCEAB3;
}
.BgClassName
{
background-color: #CCEAB3;
}
</style>
border-color css
<style>
span { border-color: #CCEAB3; }
span { border-color: rgb(204,234,179); }
td.TdClassName
{
border-color: #CCEAB3;
}
.TagClassName
{
border-color: #CCEAB3;
}
</style>