Shades of Tea Green #C2FCBF
Tints of Tea Green #C2FCBF
RGB
CMYK
RGB Variations
Color information
#C2FCBF (or 0xC2FCBF) is known color: Tea Green. HEX triplet: C2, FC and BF. RGB value is (194,252,191). Sum of RGB (Red+Green+Blue) = 194+252+191=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FCBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FCBF is #3D0340. Grayscale: #E3E3E3. Windows color (decimal): -3998529 or 12582082. OLE color: 12582082.
HSL color Cylindrical-coordinate representation of color #C2FCBF: hue angle of 117.05º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FCBF is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 252 | 191 | - |
CMYK | 0.23 | 0 | 0.24 | 0.01 |
HSL | 117.05º | 0.91% | 0.87% | - |
HSV(B) | 117.05º | 0.24% | 0.99% | - |
XYZ | 66.46 | 84.85 | 62.17 | - |
YUV | 227.7 | 107.28 | 103.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 252 | 191 | 0.23 | 0 | 0.24 | 0.01 | 117.05 | 0.91 | 0.87 |
Hex | C2 | FC | BF | 17 | 0 | 18 | 1 | 75 | 5B | 57 |
Octal | 302 | 374 | 277 | 27 | 0 | 30 | 1 | 165 | 133 | 127 |
Binary | 11000010 | 11111100 | 10111111 | 10111 | 0 | 11000 | 1 | 1110101 | 1011011 | 1010111 |
Color Harmonies of #C2FCBF
Complementary color
Monochromatic Colors of #C2FCBF
Black with #C2FCBF
Text Example
Text Example
White with #C2FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FCBF; }
p { color: rgb(194,252,191); }
H1.HeaderClassName
{
color: #C2FCBF;
}
.AnyTagClassName
{
color: #C2FCBF;
}
</style>
background-color css
<style>
a { background-color: #C2FCBF; }
a { background-color: rgb(194,252,191); }
div.DivClassName
{
background-color: #C2FCBF;
}
.BgClassName
{
background-color: #C2FCBF;
}
</style>
border-color css
<style>
span { border-color: #C2FCBF; }
span { border-color: rgb(194,252,191); }
td.TdClassName
{
border-color: #C2FCBF;
}
.TagClassName
{
border-color: #C2FCBF;
}
</style>