Shades of Tea Green #C9FDC2
Tints of Tea Green #C9FDC2
RGB
CMYK
RGB Variations
Color information
#C9FDC2 (or 0xC9FDC2) is known color: Tea Green. HEX triplet: C9, FD and C2. RGB value is (201,253,194). Sum of RGB (Red+Green+Blue) = 201+253+194=648 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.02% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDC2 is #36023D. Grayscale: #E6E6E6. Windows color (decimal): -3539518 or 12778953. OLE color: 12778953.
HSL color Cylindrical-coordinate representation of color #C9FDC2: hue angle of 112.88º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9FDC2 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 253 | 194 | - |
CMYK | 0.21 | 0 | 0.23 | 0.01 |
HSL | 112.88º | 0.94% | 0.88% | - |
HSV(B) | 112.88º | 0.23% | 0.99% | - |
XYZ | 68.95 | 86.56 | 64.11 | - |
YUV | 230.73 | 107.27 | 106.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 253 | 194 | 0.21 | 0 | 0.23 | 0.01 | 112.88 | 0.94 | 0.88 |
Hex | C9 | FD | C2 | 15 | 0 | 17 | 1 | 71 | 5E | 58 |
Octal | 311 | 375 | 302 | 25 | 0 | 27 | 1 | 161 | 136 | 130 |
Binary | 11001001 | 11111101 | 11000010 | 10101 | 0 | 10111 | 1 | 1110001 | 1011110 | 1011000 |
Color Harmonies of #C9FDC2
Complementary color
Monochromatic Colors of #C9FDC2
Black with #C9FDC2
Text Example
Text Example
White with #C9FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDC2; }
p { color: rgb(201,253,194); }
H1.HeaderClassName
{
color: #C9FDC2;
}
.AnyTagClassName
{
color: #C9FDC2;
}
</style>
background-color css
<style>
a { background-color: #C9FDC2; }
a { background-color: rgb(201,253,194); }
div.DivClassName
{
background-color: #C9FDC2;
}
.BgClassName
{
background-color: #C9FDC2;
}
</style>
border-color css
<style>
span { border-color: #C9FDC2; }
span { border-color: rgb(201,253,194); }
td.TdClassName
{
border-color: #C9FDC2;
}
.TagClassName
{
border-color: #C9FDC2;
}
</style>