Shades of Tea Green #CDFDBB
Tints of Tea Green #CDFDBB
RGB
CMYK
RGB Variations
Color information
#CDFDBB (or 0xCDFDBB) is known color: Tea Green. HEX triplet: CD, FD and BB. RGB value is (205,253,187). Sum of RGB (Red+Green+Blue) = 205+253+187=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDBB is #320244. Grayscale: #E7E7E7. Windows color (decimal): -3277381 or 12320205. OLE color: 12320205.
HSL color Cylindrical-coordinate representation of color #CDFDBB: hue angle of 103.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDFDBB is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 187 | - |
CMYK | 0.19 | 0 | 0.26 | 0.01 |
HSL | 103.64º | 0.94% | 0.86% | - |
HSV(B) | 103.64º | 0.26% | 0.99% | - |
XYZ | 69.27 | 86.82 | 60.12 | - |
YUV | 231.12 | 103.1 | 109.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 187 | 0.19 | 0 | 0.26 | 0.01 | 103.64 | 0.94 | 0.86 |
Hex | CD | FD | BB | 13 | 0 | 1A | 1 | 68 | 5E | 56 |
Octal | 315 | 375 | 273 | 23 | 0 | 32 | 1 | 150 | 136 | 126 |
Binary | 11001101 | 11111101 | 10111011 | 10011 | 0 | 11010 | 1 | 1101000 | 1011110 | 1010110 |
Color Harmonies of #CDFDBB
Complementary color
Monochromatic Colors of #CDFDBB
Black with #CDFDBB
Text Example
Text Example
White with #CDFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDBB; }
p { color: rgb(205,253,187); }
H1.HeaderClassName
{
color: #CDFDBB;
}
.AnyTagClassName
{
color: #CDFDBB;
}
</style>
background-color css
<style>
a { background-color: #CDFDBB; }
a { background-color: rgb(205,253,187); }
div.DivClassName
{
background-color: #CDFDBB;
}
.BgClassName
{
background-color: #CDFDBB;
}
</style>
border-color css
<style>
span { border-color: #CDFDBB; }
span { border-color: rgb(205,253,187); }
td.TdClassName
{
border-color: #CDFDBB;
}
.TagClassName
{
border-color: #CDFDBB;
}
</style>