Shades of Tea Green #CDEEBE
Tints of Tea Green #CDEEBE
RGB
CMYK
RGB Variations
Color information
#CDEEBE (or 0xCDEEBE) is known color: Tea Green. HEX triplet: CD, EE and BE. RGB value is (205,238,190). Sum of RGB (Red+Green+Blue) = 205+238+190=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEBE is #321141. Grayscale: #DEDEDE. Windows color (decimal): -3281218 or 12512973. OLE color: 12512973.
HSL color Cylindrical-coordinate representation of color #CDEEBE: hue angle of 101.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEEBE is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 190 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.07 |
| HSL | 101.25º | 0.59% | 0.84% | - |
| HSV(B) | 101.25º | 0.2% | 0.93% | - |
| XYZ | 65.05 | 77.85 | 60.31 | - |
| YUV | 222.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 190 | 0.14 | 0 | 0.20 | 0.07 | 101.25 | 0.59 | 0.84 |
| Hex | CD | EE | BE | E | 0 | 14 | 7 | 65 | 3B | 54 |
| Octal | 315 | 356 | 276 | 16 | 0 | 24 | 7 | 145 | 73 | 124 |
| Binary | 11001101 | 11101110 | 10111110 | 1110 | 0 | 10100 | 111 | 1100101 | 111011 | 1010100 |
Color Harmonies of #CDEEBE
Complementary color
Monochromatic Colors of #CDEEBE
Black with #CDEEBE
Text Example
Text Example
White with #CDEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEBE; }
p { color: rgb(205,238,190); }
H1.HeaderClassName
{
color: #CDEEBE;
}
.AnyTagClassName
{
color: #CDEEBE;
}
</style>
background-color css
<style>
a { background-color: #CDEEBE; }
a { background-color: rgb(205,238,190); }
div.DivClassName
{
background-color: #CDEEBE;
}
.BgClassName
{
background-color: #CDEEBE;
}
</style>
border-color css
<style>
span { border-color: #CDEEBE; }
span { border-color: rgb(205,238,190); }
td.TdClassName
{
border-color: #CDEEBE;
}
.TagClassName
{
border-color: #CDEEBE;
}
</style>