Html Css Color HEX #DBFABA Tea Green

📋 copy color: '#DBFABA'

red 219 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #DBFABA

Tints of Tea Green #DBFABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

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

R = 33.44%
G = 38.17%
B = 28.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DBFABA (or 0xDBFABA) is known color: Tea Green. HEX triplet: DB, FA and BA. RGB value is (219,250,186). Sum of RGB (Red+Green+Blue) = 219+250+186=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFABA is #240545. Grayscale: #E9E9E9. Windows color (decimal): -2360646 or 12253915. OLE color: 12253915.

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

Color convert

RGB 219 250 186 -
CMYK 0.12 0 0.26 0.02
HSL 89.06º 0.86% 0.85% -
HSV(B) 89.06º 0.26% 0.98% -
XYZ 72.26 86.98 59.43 -
YUV 233.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 219 250 186 0.12 0 0.26 0.02 89.06 0.86 0.85
Hex DB FA BA C 0 1A 2 59 56 55
Octal 333 372 272 14 0 32 2 131 126 125
Binary 11011011 11111010 10111010 1100 0 11010 10 1011001 1010110 1010101

Color Harmonies of #DBFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFABA

Black with #DBFABA

Text Example


Text Example

White with #DBFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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