Shades of Tea Green #C9F2B4
Tints of Tea Green #C9F2B4
RGB
CMYK
RGB Variations
Color information
#C9F2B4 (or 0xC9F2B4) is known color: Tea Green. HEX triplet: C9, F2 and B4. RGB value is (201,242,180). Sum of RGB (Red+Green+Blue) = 201+242+180=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 180 (70.70% from 255 or 28.89% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F2B4 is #360D4B. Grayscale: #DEDEDE. Windows color (decimal): -3542348 or 11858633. OLE color: 11858633.
HSL color Cylindrical-coordinate representation of color #C9F2B4: hue angle of 99.68º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9F2B4 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 180 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.05 |
| HSL | 99.68º | 0.7% | 0.83% | - |
| HSV(B) | 99.68º | 0.26% | 0.95% | - |
| XYZ | 64.08 | 79.22 | 55.09 | - |
| YUV | 222.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 180 | 0.17 | 0 | 0.26 | 0.05 | 99.68 | 0.7 | 0.83 |
| Hex | C9 | F2 | B4 | 11 | 0 | 1A | 5 | 64 | 46 | 53 |
| Octal | 311 | 362 | 264 | 21 | 0 | 32 | 5 | 144 | 106 | 123 |
| Binary | 11001001 | 11110010 | 10110100 | 10001 | 0 | 11010 | 101 | 1100100 | 1000110 | 1010011 |
Color Harmonies of #C9F2B4
Complementary color
Monochromatic Colors of #C9F2B4
Black with #C9F2B4
Text Example
Text Example
White with #C9F2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F2B4; }
p { color: rgb(201,242,180); }
H1.HeaderClassName
{
color: #C9F2B4;
}
.AnyTagClassName
{
color: #C9F2B4;
}
</style>
background-color css
<style>
a { background-color: #C9F2B4; }
a { background-color: rgb(201,242,180); }
div.DivClassName
{
background-color: #C9F2B4;
}
.BgClassName
{
background-color: #C9F2B4;
}
</style>
border-color css
<style>
span { border-color: #C9F2B4; }
span { border-color: rgb(201,242,180); }
td.TdClassName
{
border-color: #C9F2B4;
}
.TagClassName
{
border-color: #C9F2B4;
}
</style>