#DBF5BC

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

Shades of Tea Green #DBF5BC

Tints of Tea Green #DBF5BC

Color information

#DBF5BC (or 0xDBF5BC) is unknown color: approx Tea Green. HEX triplet: DB, F5 and BC. RGB value is (219,245,188). Sum of RGB (Red+Green+Blue) = 219+245+188=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5BC is #240A43. Grayscale: #E6E6E6. Windows color (decimal): -2361924 or 12383707. OLE color: 12383707.

HSL color Cylindrical-coordinate representation of color #DBF5BC: hue angle of 87.37º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF5BC is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB219245188-
CMYK0.1100.230.04
HSL87.37º74.03%84.9%-
HSV(B)87.37º23.27%96.08%-
XYZ70.948460.05-
YUV230.73103.89119.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.59%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 188 (73.83% from 255) = 28.83%
R=33.59%
G=37.58%
B=28.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192451880.1100.230.0487.3774.0384.9
HexDBF5BCB0174574a55
Octal333365274130274127112125
Binary1101101111110101101111001011010111100101011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5BC; }

 p { color: rgb(219,245,188); }

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

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

 a { background-color: rgb(219,245,188); }

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

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

 span { border-color: rgb(219,245,188); }

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