Shades of Tea Green #C8FABD
Tints of Tea Green #C8FABD
RGB
CMYK
RGB Variations
Color information
#C8FABD (or 0xC8FABD) is known color: Tea Green. HEX triplet: C8, FA and BD. RGB value is (200,250,189). Sum of RGB (Red+Green+Blue) = 200+250+189=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABD is #370542. Grayscale: #E4E4E4. Windows color (decimal): -3605827 or 12450504. OLE color: 12450504.
HSL color Cylindrical-coordinate representation of color #C8FABD: hue angle of 109.18º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8FABD is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 250 | 189 | - |
CMYK | 0.2 | 0 | 0.24 | 0.02 |
HSL | 109.18º | 0.86% | 0.86% | - |
HSV(B) | 109.18º | 0.24% | 0.98% | - |
XYZ | 67.19 | 84.32 | 60.88 | - |
YUV | 228.1 | 105.94 | 107.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 250 | 189 | 0.2 | 0 | 0.24 | 0.02 | 109.18 | 0.86 | 0.86 |
Hex | C8 | FA | BD | 14 | 0 | 18 | 2 | 6D | 56 | 56 |
Octal | 310 | 372 | 275 | 24 | 0 | 30 | 2 | 155 | 126 | 126 |
Binary | 11001000 | 11111010 | 10111101 | 10100 | 0 | 11000 | 10 | 1101101 | 1010110 | 1010110 |
Color Harmonies of #C8FABD
Complementary color
Monochromatic Colors of #C8FABD
Black with #C8FABD
Text Example
Text Example
White with #C8FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FABD; }
p { color: rgb(200,250,189); }
H1.HeaderClassName
{
color: #C8FABD;
}
.AnyTagClassName
{
color: #C8FABD;
}
</style>
background-color css
<style>
a { background-color: #C8FABD; }
a { background-color: rgb(200,250,189); }
div.DivClassName
{
background-color: #C8FABD;
}
.BgClassName
{
background-color: #C8FABD;
}
</style>
border-color css
<style>
span { border-color: #C8FABD; }
span { border-color: rgb(200,250,189); }
td.TdClassName
{
border-color: #C8FABD;
}
.TagClassName
{
border-color: #C8FABD;
}
</style>