Shades of Tea Green #CFF1B6
Tints of Tea Green #CFF1B6
RGB
CMYK
RGB Variations
Color information
#CFF1B6 (or 0xCFF1B6) is known color: Tea Green. HEX triplet: CF, F1 and B6. RGB value is (207,241,182). Sum of RGB (Red+Green+Blue) = 207+241+182=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 182 (71.48% from 255 or 28.89% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1B6 is #300E49. Grayscale: #E0E0E0. Windows color (decimal): -3149386 or 11989455. OLE color: 11989455.
HSL color Cylindrical-coordinate representation of color #CFF1B6: hue angle of 94.58º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF1B6 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 182 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.05 |
| HSL | 94.58º | 0.68% | 0.83% | - |
| HSV(B) | 94.58º | 0.24% | 0.95% | - |
| XYZ | 65.63 | 79.55 | 56.15 | - |
| YUV | 224.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 182 | 0.14 | 0 | 0.24 | 0.05 | 94.58 | 0.68 | 0.83 |
| Hex | CF | F1 | B6 | E | 0 | 18 | 5 | 5F | 44 | 53 |
| Octal | 317 | 361 | 266 | 16 | 0 | 30 | 5 | 137 | 104 | 123 |
| Binary | 11001111 | 11110001 | 10110110 | 1110 | 0 | 11000 | 101 | 1011111 | 1000100 | 1010011 |
Color Harmonies of #CFF1B6
Complementary color
Monochromatic Colors of #CFF1B6
Black with #CFF1B6
Text Example
Text Example
White with #CFF1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1B6; }
p { color: rgb(207,241,182); }
H1.HeaderClassName
{
color: #CFF1B6;
}
.AnyTagClassName
{
color: #CFF1B6;
}
</style>
background-color css
<style>
a { background-color: #CFF1B6; }
a { background-color: rgb(207,241,182); }
div.DivClassName
{
background-color: #CFF1B6;
}
.BgClassName
{
background-color: #CFF1B6;
}
</style>
border-color css
<style>
span { border-color: #CFF1B6; }
span { border-color: rgb(207,241,182); }
td.TdClassName
{
border-color: #CFF1B6;
}
.TagClassName
{
border-color: #CFF1B6;
}
</style>