Shades of Tea Green #CDEEB2
Tints of Tea Green #CDEEB2
RGB
CMYK
RGB Variations
Color information
#CDEEB2 (or 0xCDEEB2) is known color: Tea Green. HEX triplet: CD, EE and B2. RGB value is (205,238,178). Sum of RGB (Red+Green+Blue) = 205+238+178=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEB2 is #32114D. Grayscale: #DDDDDD. Windows color (decimal): -3281230 or 11726541. OLE color: 11726541.
HSL color Cylindrical-coordinate representation of color #CDEEB2: hue angle of 93º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDEEB2 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 178 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.07 |
| HSL | 93º | 0.64% | 0.82% | - |
| HSV(B) | 93º | 0.25% | 0.93% | - |
| XYZ | 63.79 | 77.34 | 53.69 | - |
| YUV | 221.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 178 | 0.14 | 0 | 0.25 | 0.07 | 93 | 0.64 | 0.82 |
| Hex | CD | EE | B2 | E | 0 | 19 | 7 | 5D | 40 | 52 |
| Octal | 315 | 356 | 262 | 16 | 0 | 31 | 7 | 135 | 100 | 122 |
| Binary | 11001101 | 11101110 | 10110010 | 1110 | 0 | 11001 | 111 | 1011101 | 1000000 | 1010010 |
Color Harmonies of #CDEEB2
Complementary color
Monochromatic Colors of #CDEEB2
Black with #CDEEB2
Text Example
Text Example
White with #CDEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEB2; }
p { color: rgb(205,238,178); }
H1.HeaderClassName
{
color: #CDEEB2;
}
.AnyTagClassName
{
color: #CDEEB2;
}
</style>
background-color css
<style>
a { background-color: #CDEEB2; }
a { background-color: rgb(205,238,178); }
div.DivClassName
{
background-color: #CDEEB2;
}
.BgClassName
{
background-color: #CDEEB2;
}
</style>
border-color css
<style>
span { border-color: #CDEEB2; }
span { border-color: rgb(205,238,178); }
td.TdClassName
{
border-color: #CDEEB2;
}
.TagClassName
{
border-color: #CDEEB2;
}
</style>