Shades of Tea Green #CFE8B5
Tints of Tea Green #CFE8B5
RGB
CMYK
RGB Variations
Color information
#CFE8B5 (or 0xCFE8B5) is known color: Tea Green. HEX triplet: CF, E8 and B5. RGB value is (207,232,181). Sum of RGB (Red+Green+Blue) = 207+232+181=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B5 is #30174A. Grayscale: #DADADA. Windows color (decimal): -3151691 or 11921615. OLE color: 11921615.
HSL color Cylindrical-coordinate representation of color #CFE8B5: hue angle of 89.41º 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 #CFE8B5 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 181 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.09 |
| HSL | 89.41º | 0.53% | 0.81% | - |
| HSV(B) | 89.41º | 0.22% | 0.91% | - |
| XYZ | 62.93 | 74.31 | 54.74 | - |
| YUV | 218.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 181 | 0.11 | 0 | 0.22 | 0.09 | 89.41 | 0.53 | 0.81 |
| Hex | CF | E8 | B5 | B | 0 | 16 | 9 | 59 | 35 | 51 |
| Octal | 317 | 350 | 265 | 13 | 0 | 26 | 11 | 131 | 65 | 121 |
| Binary | 11001111 | 11101000 | 10110101 | 1011 | 0 | 10110 | 1001 | 1011001 | 110101 | 1010001 |
Color Harmonies of #CFE8B5
Complementary color
Monochromatic Colors of #CFE8B5
Black with #CFE8B5
Text Example
Text Example
White with #CFE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8B5; }
p { color: rgb(207,232,181); }
H1.HeaderClassName
{
color: #CFE8B5;
}
.AnyTagClassName
{
color: #CFE8B5;
}
</style>
background-color css
<style>
a { background-color: #CFE8B5; }
a { background-color: rgb(207,232,181); }
div.DivClassName
{
background-color: #CFE8B5;
}
.BgClassName
{
background-color: #CFE8B5;
}
</style>
border-color css
<style>
span { border-color: #CFE8B5; }
span { border-color: rgb(207,232,181); }
td.TdClassName
{
border-color: #CFE8B5;
}
.TagClassName
{
border-color: #CFE8B5;
}
</style>