Shades of Tea Green #D0FCBC
Tints of Tea Green #D0FCBC
RGB
CMYK
RGB Variations
Color information
#D0FCBC (or 0xD0FCBC) is known color: Tea Green. HEX triplet: D0, FC and BC. RGB value is (208,252,188). Sum of RGB (Red+Green+Blue) = 208+252+188=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCBC is #2F0343. Grayscale: #E7E7E7. Windows color (decimal): -3081028 or 12385488. OLE color: 12385488.
HSL color Cylindrical-coordinate representation of color #D0FCBC: hue angle of 101.25º 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 #D0FCBC is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 188 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.01 |
| HSL | 101.25º | 0.91% | 0.86% | - |
| HSV(B) | 101.25º | 0.25% | 0.99% | - |
| XYZ | 69.9 | 86.66 | 60.62 | - |
| YUV | 231.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 188 | 0.17 | 0 | 0.25 | 0.01 | 101.25 | 0.91 | 0.86 |
| Hex | D0 | FC | BC | 11 | 0 | 19 | 1 | 65 | 5B | 56 |
| Octal | 320 | 374 | 274 | 21 | 0 | 31 | 1 | 145 | 133 | 126 |
| Binary | 11010000 | 11111100 | 10111100 | 10001 | 0 | 11001 | 1 | 1100101 | 1011011 | 1010110 |
Color Harmonies of #D0FCBC
Complementary color
Monochromatic Colors of #D0FCBC
Black with #D0FCBC
Text Example
Text Example
White with #D0FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCBC; }
p { color: rgb(208,252,188); }
H1.HeaderClassName
{
color: #D0FCBC;
}
.AnyTagClassName
{
color: #D0FCBC;
}
</style>
background-color css
<style>
a { background-color: #D0FCBC; }
a { background-color: rgb(208,252,188); }
div.DivClassName
{
background-color: #D0FCBC;
}
.BgClassName
{
background-color: #D0FCBC;
}
</style>
border-color css
<style>
span { border-color: #D0FCBC; }
span { border-color: rgb(208,252,188); }
td.TdClassName
{
border-color: #D0FCBC;
}
.TagClassName
{
border-color: #D0FCBC;
}
</style>