Shades of Tea Green #CDF3B2
Tints of Tea Green #CDF3B2
RGB
CMYK
RGB Variations
Color information
#CDF3B2 (or 0xCDF3B2) is known color: Tea Green. HEX triplet: CD, F3 and B2. RGB value is (205,243,178). Sum of RGB (Red+Green+Blue) = 205+243+178=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3B2 is #320C4D. Grayscale: #E0E0E0. Windows color (decimal): -3279950 or 11727821. OLE color: 11727821.
HSL color Cylindrical-coordinate representation of color #CDF3B2: hue angle of 95.08º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDF3B2 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 178 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.05 |
| HSL | 95.08º | 0.73% | 0.83% | - |
| HSV(B) | 95.08º | 0.27% | 0.95% | - |
| XYZ | 65.26 | 80.29 | 54.18 | - |
| YUV | 224.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 178 | 0.16 | 0 | 0.27 | 0.05 | 95.08 | 0.73 | 0.83 |
| Hex | CD | F3 | B2 | 10 | 0 | 1B | 5 | 5F | 49 | 53 |
| Octal | 315 | 363 | 262 | 20 | 0 | 33 | 5 | 137 | 111 | 123 |
| Binary | 11001101 | 11110011 | 10110010 | 10000 | 0 | 11011 | 101 | 1011111 | 1001001 | 1010011 |
Color Harmonies of #CDF3B2
Complementary color
Monochromatic Colors of #CDF3B2
Black with #CDF3B2
Text Example
Text Example
White with #CDF3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3B2; }
p { color: rgb(205,243,178); }
H1.HeaderClassName
{
color: #CDF3B2;
}
.AnyTagClassName
{
color: #CDF3B2;
}
</style>
background-color css
<style>
a { background-color: #CDF3B2; }
a { background-color: rgb(205,243,178); }
div.DivClassName
{
background-color: #CDF3B2;
}
.BgClassName
{
background-color: #CDF3B2;
}
</style>
border-color css
<style>
span { border-color: #CDF3B2; }
span { border-color: rgb(205,243,178); }
td.TdClassName
{
border-color: #CDF3B2;
}
.TagClassName
{
border-color: #CDF3B2;
}
</style>