#DEFDBE

Color #DEFDBE Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #DEFDBE

Tints of Tea Green #DEFDBE

Color information

#DEFDBE (or 0xDEFDBE) is unknown color: approx Tea Green. HEX triplet: DE, FD and BE. RGB value is (222,253,190). Sum of RGB (Red+Green+Blue) = 222+253+190=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDBE is #210241. Grayscale: #ECECEC. Windows color (decimal): -2163266 or 12516830. OLE color: 12516830.

HSL color Cylindrical-coordinate representation of color #DEFDBE: hue angle of 89.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFDBE is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB222253190-
CMYK0.1200.250.01
HSL89.52º94.03%86.86%-
HSV(B)89.52º24.9%99.22%-
XYZ74.5489.562.06-
YUV236.55101.73117.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=33.38%
G=38.05%
B=28.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531900.1200.250.0189.5294.0386.86
HexDEFDBEC01915a5e57
Octal336375276140311132136127
Binary11011110111111011011111011000110011101101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDBE; }

 p { color: rgb(222,253,190); }

 H1.HeaderClassName
 {
   color: #DEFDBE;
 }
 .AnyTagClassName
 {
   color: #DEFDBE;
 }
</style>
background-color css

<style>
 a { background-color: #DEFDBE; }

 a { background-color: rgb(222,253,190); }

 div.DivClassName
 {
   background-color: #DEFDBE;
 }
 .BgClassName
 {
   background-color: #DEFDBE;
 }
</style>
border-color css

<style>
 span { border-color: #DEFDBE; }

 span { border-color: rgb(222,253,190); }

 td.TdClassName
 {
   border-color: #DEFDBE;
 }
 .TagClassName
 {
   border-color: #DEFDBE;
 }
</style>