Shades of Tea Green #C2F5B5
Tints of Tea Green #C2F5B5
RGB
CMYK
RGB Variations
Color information
#C2F5B5 (or 0xC2F5B5) is known color: Tea Green. HEX triplet: C2, F5 and B5. RGB value is (194,245,181). Sum of RGB (Red+Green+Blue) = 194+245+181=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F5B5 is #3D0A4A. Grayscale: #DEDEDE. Windows color (decimal): -4000331 or 11924930. OLE color: 11924930.
HSL color Cylindrical-coordinate representation of color #C2F5B5: hue angle of 107.81º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2F5B5 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 194 | 245 | 181 | - |
CMYK | 0.21 | 0 | 0.26 | 0.04 |
HSL | 107.81º | 0.76% | 0.84% | - |
HSV(B) | 107.81º | 0.26% | 0.96% | - |
XYZ | 63.24 | 80.11 | 55.85 | - |
YUV | 222.46 | 104.6 | 107.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 245 | 181 | 0.21 | 0 | 0.26 | 0.04 | 107.81 | 0.76 | 0.84 |
Hex | C2 | F5 | B5 | 15 | 0 | 1A | 4 | 6C | 4C | 54 |
Octal | 302 | 365 | 265 | 25 | 0 | 32 | 4 | 154 | 114 | 124 |
Binary | 11000010 | 11110101 | 10110101 | 10101 | 0 | 11010 | 100 | 1101100 | 1001100 | 1010100 |
Color Harmonies of #C2F5B5
Complementary color
Monochromatic Colors of #C2F5B5
Black with #C2F5B5
Text Example
Text Example
White with #C2F5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5B5; }
p { color: rgb(194,245,181); }
H1.HeaderClassName
{
color: #C2F5B5;
}
.AnyTagClassName
{
color: #C2F5B5;
}
</style>
background-color css
<style>
a { background-color: #C2F5B5; }
a { background-color: rgb(194,245,181); }
div.DivClassName
{
background-color: #C2F5B5;
}
.BgClassName
{
background-color: #C2F5B5;
}
</style>
border-color css
<style>
span { border-color: #C2F5B5; }
span { border-color: rgb(194,245,181); }
td.TdClassName
{
border-color: #C2F5B5;
}
.TagClassName
{
border-color: #C2F5B5;
}
</style>