Shades of Tea Green #C5FCBC
Tints of Tea Green #C5FCBC
RGB
CMYK
RGB Variations
Color information
#C5FCBC (or 0xC5FCBC) is known color: Tea Green. HEX triplet: C5, FC and BC. RGB value is (197,252,188). Sum of RGB (Red+Green+Blue) = 197+252+188=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCBC is #3A0343. Grayscale: #E4E4E4. Windows color (decimal): -3801924 or 12385477. OLE color: 12385477.
HSL color Cylindrical-coordinate representation of color #C5FCBC: hue angle of 111.56º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5FCBC is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 188 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.01 |
| HSL | 111.56º | 0.91% | 0.86% | - |
| HSV(B) | 111.56º | 0.25% | 0.99% | - |
| XYZ | 66.91 | 85.12 | 60.48 | - |
| YUV | 228.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 188 | 0.22 | 0 | 0.25 | 0.01 | 111.56 | 0.91 | 0.86 |
| Hex | C5 | FC | BC | 16 | 0 | 19 | 1 | 70 | 5B | 56 |
| Octal | 305 | 374 | 274 | 26 | 0 | 31 | 1 | 160 | 133 | 126 |
| Binary | 11000101 | 11111100 | 10111100 | 10110 | 0 | 11001 | 1 | 1110000 | 1011011 | 1010110 |
Color Harmonies of #C5FCBC
Complementary color
Monochromatic Colors of #C5FCBC
Black with #C5FCBC
Text Example
Text Example
White with #C5FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCBC; }
p { color: rgb(197,252,188); }
H1.HeaderClassName
{
color: #C5FCBC;
}
.AnyTagClassName
{
color: #C5FCBC;
}
</style>
background-color css
<style>
a { background-color: #C5FCBC; }
a { background-color: rgb(197,252,188); }
div.DivClassName
{
background-color: #C5FCBC;
}
.BgClassName
{
background-color: #C5FCBC;
}
</style>
border-color css
<style>
span { border-color: #C5FCBC; }
span { border-color: rgb(197,252,188); }
td.TdClassName
{
border-color: #C5FCBC;
}
.TagClassName
{
border-color: #C5FCBC;
}
</style>