Shades of Tea Green #C3FFB5
Tints of Tea Green #C3FFB5
RGB
CMYK
RGB Variations
Color information
#C3FFB5 (or 0xC3FFB5) is known color: Tea Green. HEX triplet: C3, FF and B5. RGB value is (195,255,181). Sum of RGB (Red+Green+Blue) = 195+255+181=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFB5 is #3C004A. Grayscale: #E4E4E4. Windows color (decimal): -3932235 or 11927491. OLE color: 11927491.
HSL color Cylindrical-coordinate representation of color #C3FFB5: hue angle of 108.65º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3FFB5 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 195 | 255 | 181 | - |
CMYK | 0.24 | 0 | 0.29 | 0 |
HSL | 108.65º | 1% | 0.85% | - |
HSV(B) | 108.65º | 0.29% | 1% | - |
XYZ | 66.61 | 86.46 | 56.89 | - |
YUV | 228.62 | 101.12 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 255 | 181 | 0.24 | 0 | 0.29 | 0 | 108.65 | 1 | 0.85 |
Hex | C3 | FF | B5 | 18 | 0 | 1D | 0 | 6D | 64 | 55 |
Octal | 303 | 377 | 265 | 30 | 0 | 35 | 0 | 155 | 144 | 125 |
Binary | 11000011 | 11111111 | 10110101 | 11000 | 0 | 11101 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #C3FFB5
Complementary color
Monochromatic Colors of #C3FFB5
Black with #C3FFB5
Text Example
Text Example
White with #C3FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFB5; }
p { color: rgb(195,255,181); }
H1.HeaderClassName
{
color: #C3FFB5;
}
.AnyTagClassName
{
color: #C3FFB5;
}
</style>
background-color css
<style>
a { background-color: #C3FFB5; }
a { background-color: rgb(195,255,181); }
div.DivClassName
{
background-color: #C3FFB5;
}
.BgClassName
{
background-color: #C3FFB5;
}
</style>
border-color css
<style>
span { border-color: #C3FFB5; }
span { border-color: rgb(195,255,181); }
td.TdClassName
{
border-color: #C3FFB5;
}
.TagClassName
{
border-color: #C3FFB5;
}
</style>