Html Css Color HEX #DBF3BA Tea Green

📋 copy color: '#DBF3BA'

red 219 ◦ green 243 ◦ blue 186

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

Shades of Tea Green #DBF3BA

Tints of Tea Green #DBF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.5%

 BLUE value IS 186 (73.05% from 255) = 28.7%

R = 33.8%
G = 37.5%
B = 28.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DBF3BA (or 0xDBF3BA) is known color: Tea Green. HEX triplet: DB, F3 and BA. RGB value is (219,243,186). Sum of RGB (Red+Green+Blue) = 219+243+186=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3BA is #240C45. Grayscale: #E5E5E5. Windows color (decimal): -2362438 or 12252123. OLE color: 12252123.

HSL color Cylindrical-coordinate representation of color #DBF3BA: hue angle of 85.26º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBF3BA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 186 -
CMYK 0.10 0 0.23 0.05
HSL 85.26º 0.7% 0.84% -
HSV(B) 85.26º 0.23% 0.95% -
XYZ 70.13 82.71 58.72 -
YUV 229.33 103.55 120.63 -
System Red Green Blue C M Y K H S L
Decimal 219 243 186 0.10 0 0.23 0.05 85.26 0.7 0.84
Hex DB F3 BA A 0 17 5 55 46 54
Octal 333 363 272 12 0 27 5 125 106 124
Binary 11011011 11110011 10111010 1010 0 10111 101 1010101 1000110 1010100

Color Harmonies of #DBF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF3BA

Black with #DBF3BA

Text Example


Text Example

White with #DBF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF3BA; }

 p { color: rgb(219,243,186); }

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

background-color css

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

 a { background-color: rgb(219,243,186); }

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

border-color css

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

 span { border-color: rgb(219,243,186); }

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