Shades of Tea Green #CDF8BB
Tints of Tea Green #CDF8BB
RGB
CMYK
RGB Variations
Color information
#CDF8BB (or 0xCDF8BB) is known color: Tea Green. HEX triplet: CD, F8 and BB. RGB value is (205,248,187). Sum of RGB (Red+Green+Blue) = 205+248+187=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8BB is #320744. Grayscale: #E4E4E4. Windows color (decimal): -3278661 or 12318925. OLE color: 12318925.
HSL color Cylindrical-coordinate representation of color #CDF8BB: hue angle of 102.3º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDF8BB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 102.3º | 0.81% | 0.85% | - |
| HSV(B) | 102.3º | 0.25% | 0.97% | - |
| XYZ | 67.71 | 83.7 | 59.6 | - |
| YUV | 228.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 187 | 0.17 | 0 | 0.25 | 0.03 | 102.3 | 0.81 | 0.85 |
| Hex | CD | F8 | BB | 11 | 0 | 19 | 3 | 66 | 51 | 55 |
| Octal | 315 | 370 | 273 | 21 | 0 | 31 | 3 | 146 | 121 | 125 |
| Binary | 11001101 | 11111000 | 10111011 | 10001 | 0 | 11001 | 11 | 1100110 | 1010001 | 1010101 |
Color Harmonies of #CDF8BB
Complementary color
Monochromatic Colors of #CDF8BB
Black with #CDF8BB
Text Example
Text Example
White with #CDF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8BB; }
p { color: rgb(205,248,187); }
H1.HeaderClassName
{
color: #CDF8BB;
}
.AnyTagClassName
{
color: #CDF8BB;
}
</style>
background-color css
<style>
a { background-color: #CDF8BB; }
a { background-color: rgb(205,248,187); }
div.DivClassName
{
background-color: #CDF8BB;
}
.BgClassName
{
background-color: #CDF8BB;
}
</style>
border-color css
<style>
span { border-color: #CDF8BB; }
span { border-color: rgb(205,248,187); }
td.TdClassName
{
border-color: #CDF8BB;
}
.TagClassName
{
border-color: #CDF8BB;
}
</style>