Shades of Tea Green #CCE6B4
Tints of Tea Green #CCE6B4
RGB
CMYK
RGB Variations
Color information
#CCE6B4 (or 0xCCE6B4) is known color: Tea Green. HEX triplet: CC, E6 and B4. RGB value is (204,230,180). Sum of RGB (Red+Green+Blue) = 204+230+180=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6B4 is #33194B. Grayscale: #D8D8D8. Windows color (decimal): -3348812 or 11855564. OLE color: 11855564.
HSL color Cylindrical-coordinate representation of color #CCE6B4: hue angle of 91.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCE6B4 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 180 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.10 |
| HSL | 91.2º | 0.5% | 0.8% | - |
| HSV(B) | 91.2º | 0.22% | 0.9% | - |
| XYZ | 61.44 | 72.73 | 53.98 | - |
| YUV | 216.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 180 | 0.11 | 0 | 0.22 | 0.10 | 91.2 | 0.5 | 0.8 |
| Hex | CC | E6 | B4 | B | 0 | 16 | A | 5B | 32 | 50 |
| Octal | 314 | 346 | 264 | 13 | 0 | 26 | 12 | 133 | 62 | 120 |
| Binary | 11001100 | 11100110 | 10110100 | 1011 | 0 | 10110 | 1010 | 1011011 | 110010 | 1010000 |
Color Harmonies of #CCE6B4
Complementary color
Monochromatic Colors of #CCE6B4
Black with #CCE6B4
Text Example
Text Example
White with #CCE6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6B4; }
p { color: rgb(204,230,180); }
H1.HeaderClassName
{
color: #CCE6B4;
}
.AnyTagClassName
{
color: #CCE6B4;
}
</style>
background-color css
<style>
a { background-color: #CCE6B4; }
a { background-color: rgb(204,230,180); }
div.DivClassName
{
background-color: #CCE6B4;
}
.BgClassName
{
background-color: #CCE6B4;
}
</style>
border-color css
<style>
span { border-color: #CCE6B4; }
span { border-color: rgb(204,230,180); }
td.TdClassName
{
border-color: #CCE6B4;
}
.TagClassName
{
border-color: #CCE6B4;
}
</style>