Shades of Tea Green #CDF8BF
Tints of Tea Green #CDF8BF
RGB
CMYK
RGB Variations
Color information
#CDF8BF (or 0xCDF8BF) is known color: Tea Green. HEX triplet: CD, F8 and BF. RGB value is (205,248,191). Sum of RGB (Red+Green+Blue) = 205+248+191=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8BF is #320740. Grayscale: #E4E4E4. Windows color (decimal): -3278657 or 12581069. OLE color: 12581069.
HSL color Cylindrical-coordinate representation of color #CDF8BF: hue angle of 105.26º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDF8BF is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 191 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.03 |
| HSL | 105.26º | 0.8% | 0.86% | - |
| HSV(B) | 105.26º | 0.23% | 0.97% | - |
| XYZ | 68.15 | 83.88 | 61.89 | - |
| YUV | 228.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 191 | 0.17 | 0 | 0.23 | 0.03 | 105.26 | 0.8 | 0.86 |
| Hex | CD | F8 | BF | 11 | 0 | 17 | 3 | 69 | 50 | 56 |
| Octal | 315 | 370 | 277 | 21 | 0 | 27 | 3 | 151 | 120 | 126 |
| Binary | 11001101 | 11111000 | 10111111 | 10001 | 0 | 10111 | 11 | 1101001 | 1010000 | 1010110 |
Color Harmonies of #CDF8BF
Complementary color
Monochromatic Colors of #CDF8BF
Black with #CDF8BF
Text Example
Text Example
White with #CDF8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8BF; }
p { color: rgb(205,248,191); }
H1.HeaderClassName
{
color: #CDF8BF;
}
.AnyTagClassName
{
color: #CDF8BF;
}
</style>
background-color css
<style>
a { background-color: #CDF8BF; }
a { background-color: rgb(205,248,191); }
div.DivClassName
{
background-color: #CDF8BF;
}
.BgClassName
{
background-color: #CDF8BF;
}
</style>
border-color css
<style>
span { border-color: #CDF8BF; }
span { border-color: rgb(205,248,191); }
td.TdClassName
{
border-color: #CDF8BF;
}
.TagClassName
{
border-color: #CDF8BF;
}
</style>