Shades of Tea Green #CFE8B3
Tints of Tea Green #CFE8B3
RGB
CMYK
RGB Variations
Color information
#CFE8B3 (or 0xCFE8B3) is known color: Tea Green. HEX triplet: CF, E8 and B3. RGB value is (207,232,179). Sum of RGB (Red+Green+Blue) = 207+232+179=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 179 (70.31% from 255 or 28.96% from 618); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8B3 is #30174C. Grayscale: #DADADA. Windows color (decimal): -3151693 or 11790543. OLE color: 11790543.
HSL color Cylindrical-coordinate representation of color #CFE8B3: hue angle of 88.3º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE8B3 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 179 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.09 |
| HSL | 88.3º | 0.54% | 0.81% | - |
| HSV(B) | 88.3º | 0.23% | 0.91% | - |
| XYZ | 62.73 | 74.23 | 53.67 | - |
| YUV | 218.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 179 | 0.11 | 0 | 0.23 | 0.09 | 88.3 | 0.54 | 0.81 |
| Hex | CF | E8 | B3 | B | 0 | 17 | 9 | 58 | 36 | 51 |
| Octal | 317 | 350 | 263 | 13 | 0 | 27 | 11 | 130 | 66 | 121 |
| Binary | 11001111 | 11101000 | 10110011 | 1011 | 0 | 10111 | 1001 | 1011000 | 110110 | 1010001 |
Color Harmonies of #CFE8B3
Complementary color
Monochromatic Colors of #CFE8B3
Black with #CFE8B3
Text Example
Text Example
White with #CFE8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8B3; }
p { color: rgb(207,232,179); }
H1.HeaderClassName
{
color: #CFE8B3;
}
.AnyTagClassName
{
color: #CFE8B3;
}
</style>
background-color css
<style>
a { background-color: #CFE8B3; }
a { background-color: rgb(207,232,179); }
div.DivClassName
{
background-color: #CFE8B3;
}
.BgClassName
{
background-color: #CFE8B3;
}
</style>
border-color css
<style>
span { border-color: #CFE8B3; }
span { border-color: rgb(207,232,179); }
td.TdClassName
{
border-color: #CFE8B3;
}
.TagClassName
{
border-color: #CFE8B3;
}
</style>