Html Css Color HEX #DBFFBF Tea Green

📋 copy color: '#DBFFBF'

red 219 ◦ green 255 ◦ blue 191

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

Shades of Tea Green #DBFFBF

Tints of Tea Green #DBFFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 38.35%

 BLUE value IS 191 (75% from 255) = 28.72%

R = 32.93%
G = 38.35%
B = 28.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#DBFFBF (or 0xDBFFBF) is known color: Tea Green. HEX triplet: DB, FF and BF. RGB value is (219,255,191). Sum of RGB (Red+Green+Blue) = 219+255+191=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFBF is #240040. Grayscale: #EDEDED. Windows color (decimal): -2359361 or 12582875. OLE color: 12582875.

HSL color Cylindrical-coordinate representation of color #DBFFBF: hue angle of 93.75º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBFFBF is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 191 -
CMYK 0.14 0 0.25 0
HSL 93.75º 1% 0.87% -
HSV(B) 93.75º 0.25% 1% -
XYZ 74.38 90.34 62.81 -
YUV 236.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 219 255 191 0.14 0 0.25 0 93.75 1 0.87
Hex DB FF BF E 0 19 0 5E 64 57
Octal 333 377 277 16 0 31 0 136 144 127
Binary 11011011 11111111 10111111 1110 0 11001 0 1011110 1100100 1010111

Color Harmonies of #DBFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFBF

Black with #DBFFBF

Text Example


Text Example

White with #DBFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFBF; }

 p { color: rgb(219,255,191); }

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

background-color css

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

 a { background-color: rgb(219,255,191); }

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

border-color css

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

 span { border-color: rgb(219,255,191); }

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