Shades of Tea Green #C1F7B5
Tints of Tea Green #C1F7B5
RGB
CMYK
RGB Variations
Color information
#C1F7B5 (or 0xC1F7B5) is known color: Tea Green. HEX triplet: C1, F7 and B5. RGB value is (193,247,181). Sum of RGB (Red+Green+Blue) = 193+247+181=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #C1F7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F7B5 is #3E084A. Grayscale: #DFDFDF. Windows color (decimal): -4065355 or 11925441. OLE color: 11925441.
HSL color Cylindrical-coordinate representation of color #C1F7B5: hue angle of 109.09º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1F7B5 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 193 | 247 | 181 | - |
CMYK | 0.22 | 0 | 0.27 | 0.03 |
HSL | 109.09º | 0.8% | 0.84% | - |
HSV(B) | 109.09º | 0.27% | 0.97% | - |
XYZ | 63.59 | 81.2 | 56.04 | - |
YUV | 223.33 | 104.11 | 106.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 247 | 181 | 0.22 | 0 | 0.27 | 0.03 | 109.09 | 0.8 | 0.84 |
Hex | C1 | F7 | B5 | 16 | 0 | 1B | 3 | 6D | 50 | 54 |
Octal | 301 | 367 | 265 | 26 | 0 | 33 | 3 | 155 | 120 | 124 |
Binary | 11000001 | 11110111 | 10110101 | 10110 | 0 | 11011 | 11 | 1101101 | 1010000 | 1010100 |
Color Harmonies of #C1F7B5
Complementary color
Monochromatic Colors of #C1F7B5
Black with #C1F7B5
Text Example
Text Example
White with #C1F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F7B5; }
p { color: rgb(193,247,181); }
H1.HeaderClassName
{
color: #C1F7B5;
}
.AnyTagClassName
{
color: #C1F7B5;
}
</style>
background-color css
<style>
a { background-color: #C1F7B5; }
a { background-color: rgb(193,247,181); }
div.DivClassName
{
background-color: #C1F7B5;
}
.BgClassName
{
background-color: #C1F7B5;
}
</style>
border-color css
<style>
span { border-color: #C1F7B5; }
span { border-color: rgb(193,247,181); }
td.TdClassName
{
border-color: #C1F7B5;
}
.TagClassName
{
border-color: #C1F7B5;
}
</style>