Shades of Tea Green #C2FBAE
Tints of Tea Green #C2FBAE
RGB
CMYK
RGB Variations
Color information
#C2FBAE (or 0xC2FBAE) is known color: Tea Green. HEX triplet: C2, FB and AE. RGB value is (194,251,174). Sum of RGB (Red+Green+Blue) = 194+251+174=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2FBAE is #3D0451. Grayscale: #E1E1E1. Windows color (decimal): -3998802 or 11467714. OLE color: 11467714.
HSL color Cylindrical-coordinate representation of color #C2FBAE: hue angle of 104.42º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2FBAE is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
RGB | 194 | 251 | 174 | - |
CMYK | 0.23 | 0 | 0.31 | 0.02 |
HSL | 104.42º | 0.91% | 0.83% | - |
HSV(B) | 104.42º | 0.31% | 0.98% | - |
XYZ | 64.39 | 83.52 | 52.77 | - |
YUV | 225.18 | 99.12 | 105.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 251 | 174 | 0.23 | 0 | 0.31 | 0.02 | 104.42 | 0.91 | 0.83 |
Hex | C2 | FB | AE | 17 | 0 | 1F | 2 | 68 | 5B | 53 |
Octal | 302 | 373 | 256 | 27 | 0 | 37 | 2 | 150 | 133 | 123 |
Binary | 11000010 | 11111011 | 10101110 | 10111 | 0 | 11111 | 10 | 1101000 | 1011011 | 1010011 |
Color Harmonies of #C2FBAE
Complementary color
Monochromatic Colors of #C2FBAE
Black with #C2FBAE
Text Example
Text Example
White with #C2FBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBAE; }
p { color: rgb(194,251,174); }
H1.HeaderClassName
{
color: #C2FBAE;
}
.AnyTagClassName
{
color: #C2FBAE;
}
</style>
background-color css
<style>
a { background-color: #C2FBAE; }
a { background-color: rgb(194,251,174); }
div.DivClassName
{
background-color: #C2FBAE;
}
.BgClassName
{
background-color: #C2FBAE;
}
</style>
border-color css
<style>
span { border-color: #C2FBAE; }
span { border-color: rgb(194,251,174); }
td.TdClassName
{
border-color: #C2FBAE;
}
.TagClassName
{
border-color: #C2FBAE;
}
</style>