Html Css Color HEX #DBF9BA Tea Green

📋 copy color: '#DBF9BA'

red 219 ◦ green 249 ◦ blue 186

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

Shades of Tea Green #DBF9BA

Tints of Tea Green #DBF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.07%

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

R = 33.49%
G = 38.07%
B = 28.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#DBF9BA (or 0xDBF9BA) is known color: Tea Green. HEX triplet: DB, F9 and BA. RGB value is (219,249,186). Sum of RGB (Red+Green+Blue) = 219+249+186=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9BA is #240645. Grayscale: #E9E9E9. Windows color (decimal): -2360902 or 12253659. OLE color: 12253659.

HSL color Cylindrical-coordinate representation of color #DBF9BA: hue angle of 88.57º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBF9BA is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 186 -
CMYK 0.12 0 0.25 0.02
HSL 88.57º 0.84% 0.85% -
HSV(B) 88.57º 0.25% 0.98% -
XYZ 71.95 86.36 59.33 -
YUV 232.85 101.56 118.12 -
System Red Green Blue C M Y K H S L
Decimal 219 249 186 0.12 0 0.25 0.02 88.57 0.84 0.85
Hex DB F9 BA C 0 19 2 59 54 55
Octal 333 371 272 14 0 31 2 131 124 125
Binary 11011011 11111001 10111010 1100 0 11001 10 1011001 1010100 1010101

Color Harmonies of #DBF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9BA

Black with #DBF9BA

Text Example


Text Example

White with #DBF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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