#DBFFB3

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

Shades of Tea Green #DBFFB3

Tints of Tea Green #DBFFB3

Color information

#DBFFB3 (or 0xDBFFB3) is unknown color: approx Tea Green. HEX triplet: DB, FF and B3. RGB value is (219,255,179). Sum of RGB (Red+Green+Blue) = 219+255+179=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 179 (70.31% from 255 or 27.41% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFB3 is #24004C. Grayscale: #EBEBEB. Windows color (decimal): -2359373 or 11796443. OLE color: 11796443.

HSL color Cylindrical-coordinate representation of color #DBFFB3: hue angle of 88.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFFB3 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB219255179-
CMYK0.1400.300
HSL88.42º100%85.1%-
HSV(B)88.42º29.8%100%-
XYZ73.1189.8356.13-
YUV235.5796.07116.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 179 (70.31% from 255) = 27.41%
R=33.54%
G=39.05%
B=27.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192551790.1400.30088.4210085.1
HexDBFFB3E01E0586455
Octal333377263160360130144125
Binary11011011111111111011001111100111100101100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFB3; }

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

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

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

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

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

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

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

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