Shades of Tea Green #C2FCBC
Tints of Tea Green #C2FCBC
RGB
CMYK
RGB Variations
Color information
#C2FCBC (or 0xC2FCBC) is known color: Tea Green. HEX triplet: C2, FC and BC. RGB value is (194,252,188). Sum of RGB (Red+Green+Blue) = 194+252+188=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 188 (73.83% from 255 or 29.65% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCBC is #3D0343. Grayscale: #E3E3E3. Windows color (decimal): -3998532 or 12385474. OLE color: 12385474.
HSL color Cylindrical-coordinate representation of color #C2FCBC: hue angle of 114.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2FCBC is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 252 | 188 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.01 |
| HSL | 114.38º | 0.91% | 0.86% | - |
| HSV(B) | 114.38º | 0.25% | 0.99% | - |
| XYZ | 66.14 | 84.72 | 60.44 | - |
| YUV | 227.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 252 | 188 | 0.23 | 0 | 0.25 | 0.01 | 114.38 | 0.91 | 0.86 |
| Hex | C2 | FC | BC | 17 | 0 | 19 | 1 | 72 | 5B | 56 |
| Octal | 302 | 374 | 274 | 27 | 0 | 31 | 1 | 162 | 133 | 126 |
| Binary | 11000010 | 11111100 | 10111100 | 10111 | 0 | 11001 | 1 | 1110010 | 1011011 | 1010110 |
Color Harmonies of #C2FCBC
Complementary color
Monochromatic Colors of #C2FCBC
Black with #C2FCBC
Text Example
Text Example
White with #C2FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCBC; }
p { color: rgb(194,252,188); }
H1.HeaderClassName
{
color: #C2FCBC;
}
.AnyTagClassName
{
color: #C2FCBC;
}
</style>
background-color css
<style>
a { background-color: #C2FCBC; }
a { background-color: rgb(194,252,188); }
div.DivClassName
{
background-color: #C2FCBC;
}
.BgClassName
{
background-color: #C2FCBC;
}
</style>
border-color css
<style>
span { border-color: #C2FCBC; }
span { border-color: rgb(194,252,188); }
td.TdClassName
{
border-color: #C2FCBC;
}
.TagClassName
{
border-color: #C2FCBC;
}
</style>