Shades of Tea Green #C6F2C2
Tints of Tea Green #C6F2C2
RGB
CMYK
RGB Variations
Color information
#C6F2C2 (or 0xC6F2C2) is known color: Tea Green. HEX triplet: C6, F2 and C2. RGB value is (198,242,194). Sum of RGB (Red+Green+Blue) = 198+242+194=634 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.23% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2C2 is #390D3D. Grayscale: #DFDFDF. Windows color (decimal): -3738942 or 12776134. OLE color: 12776134.
HSL color Cylindrical-coordinate representation of color #C6F2C2: hue angle of 115º degrees, saturation: 0.65, 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 #C6F2C2 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 194 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.05 |
| HSL | 115º | 0.65% | 0.85% | - |
| HSV(B) | 115º | 0.2% | 0.95% | - |
| XYZ | 64.78 | 79.41 | 62.95 | - |
| YUV | 223.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 194 | 0.18 | 0 | 0.20 | 0.05 | 115 | 0.65 | 0.85 |
| Hex | C6 | F2 | C2 | 12 | 0 | 14 | 5 | 73 | 41 | 55 |
| Octal | 306 | 362 | 302 | 22 | 0 | 24 | 5 | 163 | 101 | 125 |
| Binary | 11000110 | 11110010 | 11000010 | 10010 | 0 | 10100 | 101 | 1110011 | 1000001 | 1010101 |
Color Harmonies of #C6F2C2
Complementary color
Monochromatic Colors of #C6F2C2
Black with #C6F2C2
Text Example
Text Example
White with #C6F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2C2; }
p { color: rgb(198,242,194); }
H1.HeaderClassName
{
color: #C6F2C2;
}
.AnyTagClassName
{
color: #C6F2C2;
}
</style>
background-color css
<style>
a { background-color: #C6F2C2; }
a { background-color: rgb(198,242,194); }
div.DivClassName
{
background-color: #C6F2C2;
}
.BgClassName
{
background-color: #C6F2C2;
}
</style>
border-color css
<style>
span { border-color: #C6F2C2; }
span { border-color: rgb(198,242,194); }
td.TdClassName
{
border-color: #C6F2C2;
}
.TagClassName
{
border-color: #C6F2C2;
}
</style>