Shades of Tea Green #CFE8B4
Tints of Tea Green #CFE8B4
RGB
CMYK
RGB Variations
Color information
#CFE8B4 (or 0xCFE8B4) is known color: Tea Green. HEX triplet: CF, E8 and B4. RGB value is (207,232,180). Sum of RGB (Red+Green+Blue) = 207+232+180=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B4 is #30174B. Grayscale: #DADADA. Windows color (decimal): -3151692 or 11856079. OLE color: 11856079.
HSL color Cylindrical-coordinate representation of color #CFE8B4: hue angle of 88.85º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFE8B4 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 180 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.09 |
| HSL | 88.85º | 0.53% | 0.81% | - |
| HSV(B) | 88.85º | 0.22% | 0.91% | - |
| XYZ | 62.83 | 74.27 | 54.2 | - |
| YUV | 218.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 180 | 0.11 | 0 | 0.22 | 0.09 | 88.85 | 0.53 | 0.81 |
| Hex | CF | E8 | B4 | B | 0 | 16 | 9 | 59 | 35 | 51 |
| Octal | 317 | 350 | 264 | 13 | 0 | 26 | 11 | 131 | 65 | 121 |
| Binary | 11001111 | 11101000 | 10110100 | 1011 | 0 | 10110 | 1001 | 1011001 | 110101 | 1010001 |
Color Harmonies of #CFE8B4
Complementary color
Monochromatic Colors of #CFE8B4
Black with #CFE8B4
Text Example
Text Example
White with #CFE8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8B4; }
p { color: rgb(207,232,180); }
H1.HeaderClassName
{
color: #CFE8B4;
}
.AnyTagClassName
{
color: #CFE8B4;
}
</style>
background-color css
<style>
a { background-color: #CFE8B4; }
a { background-color: rgb(207,232,180); }
div.DivClassName
{
background-color: #CFE8B4;
}
.BgClassName
{
background-color: #CFE8B4;
}
</style>
border-color css
<style>
span { border-color: #CFE8B4; }
span { border-color: rgb(207,232,180); }
td.TdClassName
{
border-color: #CFE8B4;
}
.TagClassName
{
border-color: #CFE8B4;
}
</style>