Shades of Tea Green #C6F1C2
Tints of Tea Green #C6F1C2
RGB
CMYK
RGB Variations
Color information
#C6F1C2 (or 0xC6F1C2) is known color: Tea Green. HEX triplet: C6, F1 and C2. RGB value is (198,241,194). Sum of RGB (Red+Green+Blue) = 198+241+194=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F1C2 is #390E3D. Grayscale: #DEDEDE. Windows color (decimal): -3739198 or 12775878. OLE color: 12775878.
HSL color Cylindrical-coordinate representation of color #C6F1C2: hue angle of 114.89º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6F1C2 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 194 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.05 |
| HSL | 114.89º | 0.63% | 0.85% | - |
| HSV(B) | 114.89º | 0.2% | 0.95% | - |
| XYZ | 64.48 | 78.81 | 62.85 | - |
| YUV | 222.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 194 | 0.18 | 0 | 0.20 | 0.05 | 114.89 | 0.63 | 0.85 |
| Hex | C6 | F1 | C2 | 12 | 0 | 14 | 5 | 73 | 3F | 55 |
| Octal | 306 | 361 | 302 | 22 | 0 | 24 | 5 | 163 | 77 | 125 |
| Binary | 11000110 | 11110001 | 11000010 | 10010 | 0 | 10100 | 101 | 1110011 | 111111 | 1010101 |
Color Harmonies of #C6F1C2
Complementary color
Monochromatic Colors of #C6F1C2
Black with #C6F1C2
Text Example
Text Example
White with #C6F1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F1C2; }
p { color: rgb(198,241,194); }
H1.HeaderClassName
{
color: #C6F1C2;
}
.AnyTagClassName
{
color: #C6F1C2;
}
</style>
background-color css
<style>
a { background-color: #C6F1C2; }
a { background-color: rgb(198,241,194); }
div.DivClassName
{
background-color: #C6F1C2;
}
.BgClassName
{
background-color: #C6F1C2;
}
</style>
border-color css
<style>
span { border-color: #C6F1C2; }
span { border-color: rgb(198,241,194); }
td.TdClassName
{
border-color: #C6F1C2;
}
.TagClassName
{
border-color: #C6F1C2;
}
</style>