#DEFFBE

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

Shades of Tea Green #DEFFBE

Tints of Tea Green #DEFFBE

Color information

#DEFFBE (or 0xDEFFBE) is unknown color: approx Tea Green. HEX triplet: DE, FF and BE. RGB value is (222,255,190). Sum of RGB (Red+Green+Blue) = 222+255+190=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFBE is #210041. Grayscale: #EDEDED. Windows color (decimal): -2162754 or 12517342. OLE color: 12517342.

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

Color convert

RGB222255190-
CMYK0.1300.250
HSL90.46º100%87.25%-
HSV(B)90.46º25.49%100%-
XYZ75.1890.7762.27-
YUV237.72101.07116.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 38.23%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=33.28%
G=38.23%
B=28.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222551900.1300.25090.4610087.25
HexDEFFBED01905a6457
Octal336377276150310132144127
Binary11011110111111111011111011010110010101101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFBE; }

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

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

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

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

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

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

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

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