Shades of Tea Green #C2FCB2
Tints of Tea Green #C2FCB2
RGB
CMYK
RGB Variations
Color information
#C2FCB2 (or 0xC2FCB2) is known color: Tea Green. HEX triplet: C2, FC and B2. RGB value is (194,252,178). Sum of RGB (Red+Green+Blue) = 194+252+178=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FCB2 is #3D034D. Grayscale: #E2E2E2. Windows color (decimal): -3998542 or 11730114. OLE color: 11730114.
HSL color Cylindrical-coordinate representation of color #C2FCB2: hue angle of 107.03º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2FCB2 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 178 | - |
CMYK | 0.23 | 0 | 0.29 | 0.01 |
HSL | 107.03º | 0.93% | 0.84% | - |
HSV(B) | 107.03º | 0.29% | 0.99% | - |
XYZ | 65.09 | 84.3 | 54.96 | - |
YUV | 226.22 | 100.78 | 105.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 178 | 0.23 | 0 | 0.29 | 0.01 | 107.03 | 0.93 | 0.84 |
Hex | C2 | FC | B2 | 17 | 0 | 1D | 1 | 6B | 5C | 54 |
Octal | 302 | 374 | 262 | 27 | 0 | 35 | 1 | 153 | 134 | 124 |
Binary | 11000010 | 11111100 | 10110010 | 10111 | 0 | 11101 | 1 | 1101011 | 1011100 | 1010100 |
Color Harmonies of #C2FCB2
Complementary color
Monochromatic Colors of #C2FCB2
Black with #C2FCB2
Text Example
Text Example
White with #C2FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCB2; }
p { color: rgb(194,252,178); }
H1.HeaderClassName
{
color: #C2FCB2;
}
.AnyTagClassName
{
color: #C2FCB2;
}
</style>
background-color css
<style>
a { background-color: #C2FCB2; }
a { background-color: rgb(194,252,178); }
div.DivClassName
{
background-color: #C2FCB2;
}
.BgClassName
{
background-color: #C2FCB2;
}
</style>
border-color css
<style>
span { border-color: #C2FCB2; }
span { border-color: rgb(194,252,178); }
td.TdClassName
{
border-color: #C2FCB2;
}
.TagClassName
{
border-color: #C2FCB2;
}
</style>