Html Css Color HEX #DBF9BB Tea Green

📋 copy color: '#DBF9BB'

red 219 ◦ green 249 ◦ blue 187

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

Shades of Tea Green #DBF9BB

Tints of Tea Green #DBF9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.55%

R = 33.44%
G = 38.02%
B = 28.55%

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

#DBF9BB (or 0xDBF9BB) is known color: Tea Green. HEX triplet: DB, F9 and BB. RGB value is (219,249,187). Sum of RGB (Red+Green+Blue) = 219+249+187=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9BB is #240644. Grayscale: #E9E9E9. Windows color (decimal): -2360901 or 12319195. OLE color: 12319195.

HSL color Cylindrical-coordinate representation of color #DBF9BB: hue angle of 89.03º 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 #DBF9BB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 187 -
CMYK 0.12 0 0.25 0.02
HSL 89.03º 0.84% 0.85% -
HSV(B) 89.03º 0.25% 0.98% -
XYZ 72.06 86.4 59.89 -
YUV 232.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 219 249 187 0.12 0 0.25 0.02 89.03 0.84 0.85
Hex DB F9 BB C 0 19 2 59 54 55
Octal 333 371 273 14 0 31 2 131 124 125
Binary 11011011 11111001 10111011 1100 0 11001 10 1011001 1010100 1010101

Color Harmonies of #DBF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9BB

Black with #DBF9BB

Text Example


Text Example

White with #DBF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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