Shades of Tea Green #D5FCBC
Tints of Tea Green #D5FCBC
RGB
CMYK
RGB Variations
Color information
#D5FCBC (or 0xD5FCBC) is known color: Tea Green. HEX triplet: D5, FC and BC. RGB value is (213,252,188). Sum of RGB (Red+Green+Blue) = 213+252+188=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCBC is #2A0343. Grayscale: #E9E9E9. Windows color (decimal): -2753348 or 12385493. OLE color: 12385493.
HSL color Cylindrical-coordinate representation of color #D5FCBC: hue angle of 96.56º 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 #D5FCBC is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 188 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.01 |
| HSL | 96.56º | 0.91% | 0.86% | - |
| HSV(B) | 96.56º | 0.25% | 0.99% | - |
| XYZ | 71.33 | 87.4 | 60.69 | - |
| YUV | 233.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 188 | 0.15 | 0 | 0.25 | 0.01 | 96.56 | 0.91 | 0.86 |
| Hex | D5 | FC | BC | F | 0 | 19 | 1 | 61 | 5B | 56 |
| Octal | 325 | 374 | 274 | 17 | 0 | 31 | 1 | 141 | 133 | 126 |
| Binary | 11010101 | 11111100 | 10111100 | 1111 | 0 | 11001 | 1 | 1100001 | 1011011 | 1010110 |
Color Harmonies of #D5FCBC
Complementary color
Monochromatic Colors of #D5FCBC
Black with #D5FCBC
Text Example
Text Example
White with #D5FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCBC; }
p { color: rgb(213,252,188); }
H1.HeaderClassName
{
color: #D5FCBC;
}
.AnyTagClassName
{
color: #D5FCBC;
}
</style>
background-color css
<style>
a { background-color: #D5FCBC; }
a { background-color: rgb(213,252,188); }
div.DivClassName
{
background-color: #D5FCBC;
}
.BgClassName
{
background-color: #D5FCBC;
}
</style>
border-color css
<style>
span { border-color: #D5FCBC; }
span { border-color: rgb(213,252,188); }
td.TdClassName
{
border-color: #D5FCBC;
}
.TagClassName
{
border-color: #D5FCBC;
}
</style>