Shades of Tea Green #C2FBBE
Tints of Tea Green #C2FBBE
RGB
CMYK
RGB Variations
Color information
#C2FBBE (or 0xC2FBBE) is known color: Tea Green. HEX triplet: C2, FB and BE. RGB value is (194,251,190). Sum of RGB (Red+Green+Blue) = 194+251+190=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FBBE is #3D0441. Grayscale: #E3E3E3. Windows color (decimal): -3998786 or 12516290. OLE color: 12516290.
HSL color Cylindrical-coordinate representation of color #C2FBBE: hue angle of 116.07º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FBBE is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 190 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.02 |
| HSL | 116.07º | 0.88% | 0.86% | - |
| HSV(B) | 116.07º | 0.24% | 0.98% | - |
| XYZ | 66.04 | 84.18 | 61.48 | - |
| YUV | 227 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 190 | 0.23 | 0 | 0.24 | 0.02 | 116.07 | 0.88 | 0.86 |
| Hex | C2 | FB | BE | 17 | 0 | 18 | 2 | 74 | 58 | 56 |
| Octal | 302 | 373 | 276 | 27 | 0 | 30 | 2 | 164 | 130 | 126 |
| Binary | 11000010 | 11111011 | 10111110 | 10111 | 0 | 11000 | 10 | 1110100 | 1011000 | 1010110 |
Color Harmonies of #C2FBBE
Complementary color
Monochromatic Colors of #C2FBBE
Black with #C2FBBE
Text Example
Text Example
White with #C2FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBBE; }
p { color: rgb(194,251,190); }
H1.HeaderClassName
{
color: #C2FBBE;
}
.AnyTagClassName
{
color: #C2FBBE;
}
</style>
background-color css
<style>
a { background-color: #C2FBBE; }
a { background-color: rgb(194,251,190); }
div.DivClassName
{
background-color: #C2FBBE;
}
.BgClassName
{
background-color: #C2FBBE;
}
</style>
border-color css
<style>
span { border-color: #C2FBBE; }
span { border-color: rgb(194,251,190); }
td.TdClassName
{
border-color: #C2FBBE;
}
.TagClassName
{
border-color: #C2FBBE;
}
</style>