#DBFFBE

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

Shades of Tea Green #DBFFBE

Tints of Tea Green #DBFFBE

Color information

#DBFFBE (or 0xDBFFBE) is unknown color: approx Tea Green. HEX triplet: DB, FF and BE. RGB value is (219,255,190). Sum of RGB (Red+Green+Blue) = 219+255+190=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 190 (74.61% from 255 or 28.61% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBE is #240041. Grayscale: #EDEDED. Windows color (decimal): -2359362 or 12517339. OLE color: 12517339.

HSL color Cylindrical-coordinate representation of color #DBFFBE: hue angle of 93.23º 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 #DBFFBE is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB219255190-
CMYK0.1400.250
HSL93.23º100%87.25%-
HSV(B)93.23º25.49%100%-
XYZ74.2790.362.23-
YUV236.83101.57115.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.98%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 190 (74.61% from 255) = 28.61%
R=32.98%
G=38.40%
B=28.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551900.1400.25093.2310087.25
HexDBFFBEE01905d6457
Octal333377276160310135144127
Binary11011011111111111011111011100110010101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFBE; }

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

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

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

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

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

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

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

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