Shades of Tea Green #CFF4B3
Tints of Tea Green #CFF4B3
RGB
CMYK
RGB Variations
Color information
#CFF4B3 (or 0xCFF4B3) is known color: Tea Green. HEX triplet: CF, F4 and B3. RGB value is (207,244,179). Sum of RGB (Red+Green+Blue) = 207+244+179=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 244 (95.70% from 255 or 38.73% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4B3 is #300B4C. Grayscale: #E1E1E1. Windows color (decimal): -3148621 or 11793615. OLE color: 11793615.
HSL color Cylindrical-coordinate representation of color #CFF4B3: hue angle of 94.15º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF4B3 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 179 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.04 |
| HSL | 94.15º | 0.75% | 0.83% | - |
| HSV(B) | 94.15º | 0.27% | 0.96% | - |
| XYZ | 66.22 | 81.22 | 54.84 | - |
| YUV | 225.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 179 | 0.15 | 0 | 0.27 | 0.04 | 94.15 | 0.75 | 0.83 |
| Hex | CF | F4 | B3 | F | 0 | 1B | 4 | 5E | 4B | 53 |
| Octal | 317 | 364 | 263 | 17 | 0 | 33 | 4 | 136 | 113 | 123 |
| Binary | 11001111 | 11110100 | 10110011 | 1111 | 0 | 11011 | 100 | 1011110 | 1001011 | 1010011 |
Color Harmonies of #CFF4B3
Complementary color
Monochromatic Colors of #CFF4B3
Black with #CFF4B3
Text Example
Text Example
White with #CFF4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B3; }
p { color: rgb(207,244,179); }
H1.HeaderClassName
{
color: #CFF4B3;
}
.AnyTagClassName
{
color: #CFF4B3;
}
</style>
background-color css
<style>
a { background-color: #CFF4B3; }
a { background-color: rgb(207,244,179); }
div.DivClassName
{
background-color: #CFF4B3;
}
.BgClassName
{
background-color: #CFF4B3;
}
</style>
border-color css
<style>
span { border-color: #CFF4B3; }
span { border-color: rgb(207,244,179); }
td.TdClassName
{
border-color: #CFF4B3;
}
.TagClassName
{
border-color: #CFF4B3;
}
</style>