Shades of Tea Green #CDEFBC
Tints of Tea Green #CDEFBC
RGB
CMYK
RGB Variations
Color information
#CDEFBC (or 0xCDEFBC) is known color: Tea Green. HEX triplet: CD, EF and BC. RGB value is (205,239,188). Sum of RGB (Red+Green+Blue) = 205+239+188=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFBC is #321043. Grayscale: #DFDFDF. Windows color (decimal): -3280964 or 12382157. OLE color: 12382157.
HSL color Cylindrical-coordinate representation of color #CDEFBC: hue angle of 100º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDEFBC is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 188 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.06 |
| HSL | 100º | 0.61% | 0.84% | - |
| HSV(B) | 100º | 0.21% | 0.94% | - |
| XYZ | 65.12 | 78.34 | 59.27 | - |
| YUV | 223.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 188 | 0.14 | 0 | 0.21 | 0.06 | 100 | 0.61 | 0.84 |
| Hex | CD | EF | BC | E | 0 | 15 | 6 | 64 | 3D | 54 |
| Octal | 315 | 357 | 274 | 16 | 0 | 25 | 6 | 144 | 75 | 124 |
| Binary | 11001101 | 11101111 | 10111100 | 1110 | 0 | 10101 | 110 | 1100100 | 111101 | 1010100 |
Color Harmonies of #CDEFBC
Complementary color
Monochromatic Colors of #CDEFBC
Black with #CDEFBC
Text Example
Text Example
White with #CDEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFBC; }
p { color: rgb(205,239,188); }
H1.HeaderClassName
{
color: #CDEFBC;
}
.AnyTagClassName
{
color: #CDEFBC;
}
</style>
background-color css
<style>
a { background-color: #CDEFBC; }
a { background-color: rgb(205,239,188); }
div.DivClassName
{
background-color: #CDEFBC;
}
.BgClassName
{
background-color: #CDEFBC;
}
</style>
border-color css
<style>
span { border-color: #CDEFBC; }
span { border-color: rgb(205,239,188); }
td.TdClassName
{
border-color: #CDEFBC;
}
.TagClassName
{
border-color: #CDEFBC;
}
</style>