Shades of Tea Green #CFF2B4
Tints of Tea Green #CFF2B4
RGB
CMYK
RGB Variations
Color information
#CFF2B4 (or 0xCFF2B4) is known color: Tea Green. HEX triplet: CF, F2 and B4. RGB value is (207,242,180). Sum of RGB (Red+Green+Blue) = 207+242+180=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2B4 is #300D4B. Grayscale: #E0E0E0. Windows color (decimal): -3149132 or 11858639. OLE color: 11858639.
HSL color Cylindrical-coordinate representation of color #CFF2B4: hue angle of 93.87º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF2B4 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 180 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.05 |
| HSL | 93.87º | 0.7% | 0.83% | - |
| HSV(B) | 93.87º | 0.26% | 0.95% | - |
| XYZ | 65.72 | 80.06 | 55.17 | - |
| YUV | 224.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 180 | 0.14 | 0 | 0.26 | 0.05 | 93.87 | 0.7 | 0.83 |
| Hex | CF | F2 | B4 | E | 0 | 1A | 5 | 5E | 46 | 53 |
| Octal | 317 | 362 | 264 | 16 | 0 | 32 | 5 | 136 | 106 | 123 |
| Binary | 11001111 | 11110010 | 10110100 | 1110 | 0 | 11010 | 101 | 1011110 | 1000110 | 1010011 |
Color Harmonies of #CFF2B4
Complementary color
Monochromatic Colors of #CFF2B4
Black with #CFF2B4
Text Example
Text Example
White with #CFF2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2B4; }
p { color: rgb(207,242,180); }
H1.HeaderClassName
{
color: #CFF2B4;
}
.AnyTagClassName
{
color: #CFF2B4;
}
</style>
background-color css
<style>
a { background-color: #CFF2B4; }
a { background-color: rgb(207,242,180); }
div.DivClassName
{
background-color: #CFF2B4;
}
.BgClassName
{
background-color: #CFF2B4;
}
</style>
border-color css
<style>
span { border-color: #CFF2B4; }
span { border-color: rgb(207,242,180); }
td.TdClassName
{
border-color: #CFF2B4;
}
.TagClassName
{
border-color: #CFF2B4;
}
</style>