#DEFEBE

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

Shades of Tea Green #DEFEBE

Tints of Tea Green #DEFEBE

Color information

#DEFEBE (or 0xDEFEBE) is unknown color: approx Tea Green. HEX triplet: DE, FE and BE. RGB value is (222,254,190). Sum of RGB (Red+Green+Blue) = 222+254+190=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 254 (99.61% from 255 or 38.14% from 666); Blue value is 190 (74.61% from 255 or 28.53% from 666); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEBE is #210141. Grayscale: #EDEDED. Windows color (decimal): -2163010 or 12517086. OLE color: 12517086.

HSL color Cylindrical-coordinate representation of color #DEFEBE: hue angle of 90º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEFEBE is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB222254190-
CMYK0.1300.250.00
HSL90º96.97%87.06%-
HSV(B)90º25.2%99.61%-
XYZ74.8690.1362.17-
YUV237.14101.4117.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 254 (99.61% from 255) = 38.14%
BLUE value IS 190 (74.61% from 255) = 28.53%
R=33.33%
G=38.14%
B=28.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222541900.1300.250.009096.9787.06
HexDEFEBED01905a6157
Octal336376276150310132141127
Binary11011110111111101011111011010110010101101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEBE; }

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

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

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

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

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

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

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

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