#DBF1BE

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

Shades of Tea Green #DBF1BE

Tints of Tea Green #DBF1BE

Color information

#DBF1BE (or 0xDBF1BE) is unknown color: approx Tea Green. HEX triplet: DB, F1 and BE. RGB value is (219,241,190). Sum of RGB (Red+Green+Blue) = 219+241+190=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BE is #240E41. Grayscale: #E4E4E4. Windows color (decimal): -2362946 or 12513755. OLE color: 12513755.

HSL color Cylindrical-coordinate representation of color #DBF1BE: hue angle of 85.88º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBF1BE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB219241190-
CMYK0.0900.210.05
HSL85.88º64.56%84.51%-
HSV(B)85.88º21.16%94.51%-
XYZ69.9681.6960.8-
YUV228.61106.21121.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=33.69%
G=37.08%
B=29.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411900.0900.210.0585.8864.5684.51
HexDBF1BE90155564155
Octal333361276110255126101125
Binary1101101111110001101111101001010101101101011010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1BE; }

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

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

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

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

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

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

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

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