Shades of Tea Green #CFF2BD
Tints of Tea Green #CFF2BD
RGB
CMYK
RGB Variations
Color information
#CFF2BD (or 0xCFF2BD) is known color: Tea Green. HEX triplet: CF, F2 and BD. RGB value is (207,242,189). Sum of RGB (Red+Green+Blue) = 207+242+189=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BD is #300D42. Grayscale: #E1E1E1. Windows color (decimal): -3149123 or 12448463. OLE color: 12448463.
HSL color Cylindrical-coordinate representation of color #CFF2BD: hue angle of 99.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF2BD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 189 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.05 |
| HSL | 99.62º | 0.67% | 0.85% | - |
| HSV(B) | 99.62º | 0.22% | 0.95% | - |
| XYZ | 66.67 | 80.44 | 60.16 | - |
| YUV | 225.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 189 | 0.14 | 0 | 0.22 | 0.05 | 99.62 | 0.67 | 0.85 |
| Hex | CF | F2 | BD | E | 0 | 16 | 5 | 64 | 43 | 55 |
| Octal | 317 | 362 | 275 | 16 | 0 | 26 | 5 | 144 | 103 | 125 |
| Binary | 11001111 | 11110010 | 10111101 | 1110 | 0 | 10110 | 101 | 1100100 | 1000011 | 1010101 |
Color Harmonies of #CFF2BD
Complementary color
Monochromatic Colors of #CFF2BD
Black with #CFF2BD
Text Example
Text Example
White with #CFF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2BD; }
p { color: rgb(207,242,189); }
H1.HeaderClassName
{
color: #CFF2BD;
}
.AnyTagClassName
{
color: #CFF2BD;
}
</style>
background-color css
<style>
a { background-color: #CFF2BD; }
a { background-color: rgb(207,242,189); }
div.DivClassName
{
background-color: #CFF2BD;
}
.BgClassName
{
background-color: #CFF2BD;
}
</style>
border-color css
<style>
span { border-color: #CFF2BD; }
span { border-color: rgb(207,242,189); }
td.TdClassName
{
border-color: #CFF2BD;
}
.TagClassName
{
border-color: #CFF2BD;
}
</style>