Shades of Tea Green #CFEEB8
Tints of Tea Green #CFEEB8
RGB
CMYK
RGB Variations
Color information
#CFEEB8 (or 0xCFEEB8) is known color: Tea Green. HEX triplet: CF, EE and B8. RGB value is (207,238,184). Sum of RGB (Red+Green+Blue) = 207+238+184=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 184 (72.27% from 255 or 29.25% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEB8 is #301147. Grayscale: #DEDEDE. Windows color (decimal): -3150152 or 12119759. OLE color: 12119759.
HSL color Cylindrical-coordinate representation of color #CFEEB8: hue angle of 94.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFEEB8 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 184 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.07 |
| HSL | 94.44º | 0.61% | 0.83% | - |
| HSV(B) | 94.44º | 0.23% | 0.93% | - |
| XYZ | 64.96 | 77.88 | 56.96 | - |
| YUV | 222.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 184 | 0.13 | 0 | 0.23 | 0.07 | 94.44 | 0.61 | 0.83 |
| Hex | CF | EE | B8 | D | 0 | 17 | 7 | 5E | 3D | 53 |
| Octal | 317 | 356 | 270 | 15 | 0 | 27 | 7 | 136 | 75 | 123 |
| Binary | 11001111 | 11101110 | 10111000 | 1101 | 0 | 10111 | 111 | 1011110 | 111101 | 1010011 |
Color Harmonies of #CFEEB8
Complementary color
Monochromatic Colors of #CFEEB8
Black with #CFEEB8
Text Example
Text Example
White with #CFEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEB8; }
p { color: rgb(207,238,184); }
H1.HeaderClassName
{
color: #CFEEB8;
}
.AnyTagClassName
{
color: #CFEEB8;
}
</style>
background-color css
<style>
a { background-color: #CFEEB8; }
a { background-color: rgb(207,238,184); }
div.DivClassName
{
background-color: #CFEEB8;
}
.BgClassName
{
background-color: #CFEEB8;
}
</style>
border-color css
<style>
span { border-color: #CFEEB8; }
span { border-color: rgb(207,238,184); }
td.TdClassName
{
border-color: #CFEEB8;
}
.TagClassName
{
border-color: #CFEEB8;
}
</style>