Html Css Color HEX #DBF8BC Tea Green

📋 copy color: '#DBF8BC'

red 219 ◦ green 248 ◦ blue 188

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

Shades of Tea Green #DBF8BC

Tints of Tea Green #DBF8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

 BLUE value IS 188 (73.83% from 255) = 28.7%

R = 33.44%
G = 37.86%
B = 28.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#DBF8BC (or 0xDBF8BC) is known color: Tea Green. HEX triplet: DB, F8 and BC. RGB value is (219,248,188). Sum of RGB (Red+Green+Blue) = 219+248+188=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8BC is #240743. Grayscale: #E8E8E8. Windows color (decimal): -2361156 or 12384475. OLE color: 12384475.

HSL color Cylindrical-coordinate representation of color #DBF8BC: hue angle of 89º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBF8BC is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 188 -
CMYK 0.12 0 0.24 0.03
HSL 89º 0.81% 0.85% -
HSV(B) 89º 0.24% 0.97% -
XYZ 71.86 85.83 60.36 -
YUV 232.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 219 248 188 0.12 0 0.24 0.03 89 0.81 0.85
Hex DB F8 BC C 0 18 3 59 51 55
Octal 333 370 274 14 0 30 3 131 121 125
Binary 11011011 11111000 10111100 1100 0 11000 11 1011001 1010001 1010101

Color Harmonies of #DBF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8BC

Black with #DBF8BC

Text Example


Text Example

White with #DBF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8BC; }

 p { color: rgb(219,248,188); }

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

background-color css

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

 a { background-color: rgb(219,248,188); }

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

border-color css

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

 span { border-color: rgb(219,248,188); }

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