Shades of Tea Green #C1F7BD
Tints of Tea Green #C1F7BD
RGB
CMYK
RGB Variations
Color information
#C1F7BD (or 0xC1F7BD) is known color: Tea Green. HEX triplet: C1, F7 and BD. RGB value is (193,247,189). Sum of RGB (Red+Green+Blue) = 193+247+189=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F7BD is #3E0842. Grayscale: #E0E0E0. Windows color (decimal): -4065347 or 12449729. OLE color: 12449729.
HSL color Cylindrical-coordinate representation of color #C1F7BD: hue angle of 115.86º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1F7BD is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 247 | 189 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.03 |
| HSL | 115.86º | 0.78% | 0.85% | - |
| HSV(B) | 115.86º | 0.23% | 0.97% | - |
| XYZ | 64.44 | 81.53 | 60.49 | - |
| YUV | 224.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 247 | 189 | 0.22 | 0 | 0.23 | 0.03 | 115.86 | 0.78 | 0.85 |
| Hex | C1 | F7 | BD | 16 | 0 | 17 | 3 | 74 | 4E | 55 |
| Octal | 301 | 367 | 275 | 26 | 0 | 27 | 3 | 164 | 116 | 125 |
| Binary | 11000001 | 11110111 | 10111101 | 10110 | 0 | 10111 | 11 | 1110100 | 1001110 | 1010101 |
Color Harmonies of #C1F7BD
Complementary color
Monochromatic Colors of #C1F7BD
Black with #C1F7BD
Text Example
Text Example
White with #C1F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F7BD; }
p { color: rgb(193,247,189); }
H1.HeaderClassName
{
color: #C1F7BD;
}
.AnyTagClassName
{
color: #C1F7BD;
}
</style>
background-color css
<style>
a { background-color: #C1F7BD; }
a { background-color: rgb(193,247,189); }
div.DivClassName
{
background-color: #C1F7BD;
}
.BgClassName
{
background-color: #C1F7BD;
}
</style>
border-color css
<style>
span { border-color: #C1F7BD; }
span { border-color: rgb(193,247,189); }
td.TdClassName
{
border-color: #C1F7BD;
}
.TagClassName
{
border-color: #C1F7BD;
}
</style>