Shades of Tea Green #CFEEB1
Tints of Tea Green #CFEEB1
RGB
CMYK
RGB Variations
Color information
#CFEEB1 (or 0xCFEEB1) is known color: Tea Green. HEX triplet: CF, EE and B1. RGB value is (207,238,177). Sum of RGB (Red+Green+Blue) = 207+238+177=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEB1 is #30114E. Grayscale: #DDDDDD. Windows color (decimal): -3150159 or 11661007. OLE color: 11661007.
HSL color Cylindrical-coordinate representation of color #CFEEB1: hue angle of 90.49º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEEB1 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 177 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 90.49º | 0.64% | 0.81% | - |
| HSV(B) | 90.49º | 0.26% | 0.93% | - |
| XYZ | 64.24 | 77.59 | 53.19 | - |
| YUV | 221.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 177 | 0.13 | 0 | 0.26 | 0.07 | 90.49 | 0.64 | 0.81 |
| Hex | CF | EE | B1 | D | 0 | 1A | 7 | 5A | 40 | 51 |
| Octal | 317 | 356 | 261 | 15 | 0 | 32 | 7 | 132 | 100 | 121 |
| Binary | 11001111 | 11101110 | 10110001 | 1101 | 0 | 11010 | 111 | 1011010 | 1000000 | 1010001 |
Color Harmonies of #CFEEB1
Complementary color
Monochromatic Colors of #CFEEB1
Black with #CFEEB1
Text Example
Text Example
White with #CFEEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEB1; }
p { color: rgb(207,238,177); }
H1.HeaderClassName
{
color: #CFEEB1;
}
.AnyTagClassName
{
color: #CFEEB1;
}
</style>
background-color css
<style>
a { background-color: #CFEEB1; }
a { background-color: rgb(207,238,177); }
div.DivClassName
{
background-color: #CFEEB1;
}
.BgClassName
{
background-color: #CFEEB1;
}
</style>
border-color css
<style>
span { border-color: #CFEEB1; }
span { border-color: rgb(207,238,177); }
td.TdClassName
{
border-color: #CFEEB1;
}
.TagClassName
{
border-color: #CFEEB1;
}
</style>