Shades of Tea Green #CFFDB2
Tints of Tea Green #CFFDB2
RGB
CMYK
RGB Variations
Color information
#CFFDB2 (or 0xCFFDB2) is known color: Tea Green. HEX triplet: CF, FD and B2. RGB value is (207,253,178). Sum of RGB (Red+Green+Blue) = 207+253+178=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDB2 is #30024D. Grayscale: #E6E6E6. Windows color (decimal): -3146318 or 11730383. OLE color: 11730383.
HSL color Cylindrical-coordinate representation of color #CFFDB2: hue angle of 96.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFDB2 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 178 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.01 |
| HSL | 96.8º | 0.95% | 0.85% | - |
| HSV(B) | 96.8º | 0.3% | 0.99% | - |
| XYZ | 68.89 | 86.73 | 55.23 | - |
| YUV | 230.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 178 | 0.18 | 0 | 0.30 | 0.01 | 96.8 | 0.95 | 0.85 |
| Hex | CF | FD | B2 | 12 | 0 | 1E | 1 | 61 | 5F | 55 |
| Octal | 317 | 375 | 262 | 22 | 0 | 36 | 1 | 141 | 137 | 125 |
| Binary | 11001111 | 11111101 | 10110010 | 10010 | 0 | 11110 | 1 | 1100001 | 1011111 | 1010101 |
Color Harmonies of #CFFDB2
Complementary color
Monochromatic Colors of #CFFDB2
Black with #CFFDB2
Text Example
Text Example
White with #CFFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDB2; }
p { color: rgb(207,253,178); }
H1.HeaderClassName
{
color: #CFFDB2;
}
.AnyTagClassName
{
color: #CFFDB2;
}
</style>
background-color css
<style>
a { background-color: #CFFDB2; }
a { background-color: rgb(207,253,178); }
div.DivClassName
{
background-color: #CFFDB2;
}
.BgClassName
{
background-color: #CFFDB2;
}
</style>
border-color css
<style>
span { border-color: #CFFDB2; }
span { border-color: rgb(207,253,178); }
td.TdClassName
{
border-color: #CFFDB2;
}
.TagClassName
{
border-color: #CFFDB2;
}
</style>