Html Css Color HEX #DBF5BA Tea Green

📋 copy color: '#DBF5BA'

red 219 ◦ green 245 ◦ blue 186

#DBF5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #DBF5BA

Tints of Tea Green #DBF5BA

RGB

 RED value IS 219 (85.94% from 255) = 33.69%

 GREEN value IS 245 (96.09% from 255) = 37.69%

 BLUE value IS 186 (73.05% from 255) = 28.62%

R = 33.69%
G = 37.69%
B = 28.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#DBF5BA (or 0xDBF5BA) is known color: Tea Green. HEX triplet: DB, F5 and BA. RGB value is (219,245,186). Sum of RGB (Red+Green+Blue) = 219+245+186=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5BA is #240A45. Grayscale: #E6E6E6. Windows color (decimal): -2361926 or 12252635. OLE color: 12252635.

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

Color convert

RGB 219 245 186 -
CMYK 0.11 0 0.24 0.04
HSL 86.44º 0.75% 0.85% -
HSV(B) 86.44º 0.24% 0.96% -
XYZ 70.73 83.91 58.92 -
YUV 230.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 219 245 186 0.11 0 0.24 0.04 86.44 0.75 0.85
Hex DB F5 BA B 0 18 4 56 4B 55
Octal 333 365 272 13 0 30 4 126 113 125
Binary 11011011 11110101 10111010 1011 0 11000 100 1010110 1001011 1010101

Color Harmonies of #DBF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF5BA

Black with #DBF5BA

Text Example


Text Example

White with #DBF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF5BA; }

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

 H1.HeaderClassName
 {
   color: #DBF5BA;
 }
 .AnyTagClassName
 {
   color: #DBF5BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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