Shades of Tea Green #D6FCBC
Tints of Tea Green #D6FCBC
RGB
CMYK
RGB Variations
Color information
#D6FCBC (or 0xD6FCBC) is known color: Tea Green. HEX triplet: D6, FC and BC. RGB value is (214,252,188). Sum of RGB (Red+Green+Blue) = 214+252+188=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCBC is #290343. Grayscale: #E9E9E9. Windows color (decimal): -2687812 or 12385494. OLE color: 12385494.
HSL color Cylindrical-coordinate representation of color #D6FCBC: hue angle of 95.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6FCBC is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 252 | 188 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.01 |
| HSL | 95.63º | 0.91% | 0.86% | - |
| HSV(B) | 95.63º | 0.25% | 0.99% | - |
| XYZ | 71.62 | 87.55 | 60.7 | - |
| YUV | 233.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 188 | 0.15 | 0 | 0.25 | 0.01 | 95.63 | 0.91 | 0.86 |
| Hex | D6 | FC | BC | F | 0 | 19 | 1 | 60 | 5B | 56 |
| Octal | 326 | 374 | 274 | 17 | 0 | 31 | 1 | 140 | 133 | 126 |
| Binary | 11010110 | 11111100 | 10111100 | 1111 | 0 | 11001 | 1 | 1100000 | 1011011 | 1010110 |
Color Harmonies of #D6FCBC
Complementary color
Monochromatic Colors of #D6FCBC
Black with #D6FCBC
Text Example
Text Example
White with #D6FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FCBC; }
p { color: rgb(214,252,188); }
H1.HeaderClassName
{
color: #D6FCBC;
}
.AnyTagClassName
{
color: #D6FCBC;
}
</style>
background-color css
<style>
a { background-color: #D6FCBC; }
a { background-color: rgb(214,252,188); }
div.DivClassName
{
background-color: #D6FCBC;
}
.BgClassName
{
background-color: #D6FCBC;
}
</style>
border-color css
<style>
span { border-color: #D6FCBC; }
span { border-color: rgb(214,252,188); }
td.TdClassName
{
border-color: #D6FCBC;
}
.TagClassName
{
border-color: #D6FCBC;
}
</style>