Html Css Color HEX #DBFBBE Tea Green

📋 copy color: '#DBFBBE'

red 219 ◦ green 251 ◦ blue 190

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

Shades of Tea Green #DBFBBE

Tints of Tea Green #DBFBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.03%

 BLUE value IS 190 (74.61% from 255) = 28.79%

R = 33.18%
G = 38.03%
B = 28.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#DBFBBE (or 0xDBFBBE) is known color: Tea Green. HEX triplet: DB, FB and BE. RGB value is (219,251,190). Sum of RGB (Red+Green+Blue) = 219+251+190=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 190 (74.61% from 255 or 28.79% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBBE is #240441. Grayscale: #EAEAEA. Windows color (decimal): -2360386 or 12516315. OLE color: 12516315.

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

Color convert

RGB 219 251 190 -
CMYK 0.13 0 0.24 0.02
HSL 91.48º 0.88% 0.86% -
HSV(B) 91.48º 0.24% 0.98% -
XYZ 73 87.77 61.81 -
YUV 234.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 219 251 190 0.13 0 0.24 0.02 91.48 0.88 0.86
Hex DB FB BE D 0 18 2 5B 58 56
Octal 333 373 276 15 0 30 2 133 130 126
Binary 11011011 11111011 10111110 1101 0 11000 10 1011011 1011000 1010110

Color Harmonies of #DBFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBBE

Black with #DBFBBE

Text Example


Text Example

White with #DBFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBBE; }

 p { color: rgb(219,251,190); }

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

background-color css

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

 a { background-color: rgb(219,251,190); }

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

border-color css

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

 span { border-color: rgb(219,251,190); }

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