Shades of Tea Green #CDF6BB
Tints of Tea Green #CDF6BB
RGB
CMYK
RGB Variations
Color information
#CDF6BB (or 0xCDF6BB) is known color: Tea Green. HEX triplet: CD, F6 and BB. RGB value is (205,246,187). Sum of RGB (Red+Green+Blue) = 205+246+187=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF6BB is #320944. Grayscale: #E3E3E3. Windows color (decimal): -3279173 or 12318413. OLE color: 12318413.
HSL color Cylindrical-coordinate representation of color #CDF6BB: hue angle of 101.69º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDF6BB is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 187 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.04 |
| HSL | 101.69º | 0.77% | 0.85% | - |
| HSV(B) | 101.69º | 0.24% | 0.96% | - |
| XYZ | 67.1 | 82.48 | 59.4 | - |
| YUV | 227.02 | 105.42 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 187 | 0.17 | 0 | 0.24 | 0.04 | 101.69 | 0.77 | 0.85 |
| Hex | CD | F6 | BB | 11 | 0 | 18 | 4 | 66 | 4D | 55 |
| Octal | 315 | 366 | 273 | 21 | 0 | 30 | 4 | 146 | 115 | 125 |
| Binary | 11001101 | 11110110 | 10111011 | 10001 | 0 | 11000 | 100 | 1100110 | 1001101 | 1010101 |
Color Harmonies of #CDF6BB
Complementary color
Monochromatic Colors of #CDF6BB
Black with #CDF6BB
Text Example
Text Example
White with #CDF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6BB; }
p { color: rgb(205,246,187); }
H1.HeaderClassName
{
color: #CDF6BB;
}
.AnyTagClassName
{
color: #CDF6BB;
}
</style>
background-color css
<style>
a { background-color: #CDF6BB; }
a { background-color: rgb(205,246,187); }
div.DivClassName
{
background-color: #CDF6BB;
}
.BgClassName
{
background-color: #CDF6BB;
}
</style>
border-color css
<style>
span { border-color: #CDF6BB; }
span { border-color: rgb(205,246,187); }
td.TdClassName
{
border-color: #CDF6BB;
}
.TagClassName
{
border-color: #CDF6BB;
}
</style>