#DBF8BC

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

Shades of Tea Green #DBF8BC

Tints of Tea Green #DBF8BC

Color information

#DBF8BC (or 0xDBF8BC) is unknown color: approx Tea Green. HEX triplet: DB, F8 and BC. RGB value is (219,248,188). Sum of RGB (Red+Green+Blue) = 219+248+188=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8BC is #240743. Grayscale: #E8E8E8. Windows color (decimal): -2361156 or 12384475. OLE color: 12384475.

HSL color Cylindrical-coordinate representation of color #DBF8BC: hue angle of 89º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF8BC is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB219248188-
CMYK0.1200.240.03
HSL89º81.08%85.49%-
HSV(B)89º24.19%97.25%-
XYZ71.8685.8360.36-
YUV232.49102.89118.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 188 (73.83% from 255) = 28.70%
R=33.44%
G=37.86%
B=28.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192481880.1200.240.038981.0885.49
HexDBF8BCC0183595155
Octal333370274140303131121125
Binary110110111111100010111100110001100011101100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8BC; }

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

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

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

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

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

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

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

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