Html Css Color HEX #DBFBB9 Tea Green

📋 copy color: '#DBFBB9'

red 219 ◦ green 251 ◦ blue 185

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

Shades of Tea Green #DBFBB9

Tints of Tea Green #DBFBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.24%

R = 33.44%
G = 38.32%
B = 28.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DBFBB9 (or 0xDBFBB9) is known color: Tea Green. HEX triplet: DB, FB and B9. RGB value is (219,251,185). Sum of RGB (Red+Green+Blue) = 219+251+185=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 185 (72.66% from 255 or 28.24% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB9 is #240446. Grayscale: #EAEAEA. Windows color (decimal): -2360391 or 12188635. OLE color: 12188635.

HSL color Cylindrical-coordinate representation of color #DBFBB9: hue angle of 89.09º degrees, saturation: 0.89, 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 #DBFBB9 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 185 -
CMYK 0.13 0 0.26 0.02
HSL 89.09º 0.89% 0.85% -
HSV(B) 89.09º 0.26% 0.98% -
XYZ 72.47 87.56 58.98 -
YUV 233.91 100.4 117.37 -
System Red Green Blue C M Y K H S L
Decimal 219 251 185 0.13 0 0.26 0.02 89.09 0.89 0.85
Hex DB FB B9 D 0 1A 2 59 59 55
Octal 333 373 271 15 0 32 2 131 131 125
Binary 11011011 11111011 10111001 1101 0 11010 10 1011001 1011001 1010101

Color Harmonies of #DBFBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBB9

Black with #DBFBB9

Text Example


Text Example

White with #DBFBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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