Html Css Color HEX #DBFFB4 Tea Green

📋 copy color: '#DBFFB4'

red 219 ◦ green 255 ◦ blue 180

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

Shades of Tea Green #DBFFB4

Tints of Tea Green #DBFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.52%

R = 33.49%
G = 38.99%
B = 27.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#DBFFB4 (or 0xDBFFB4) is known color: Tea Green. HEX triplet: DB, FF and B4. RGB value is (219,255,180). Sum of RGB (Red+Green+Blue) = 219+255+180=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 180 (70.70% from 255 or 27.52% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFB4 is #24004B. Grayscale: #EBEBEB. Windows color (decimal): -2359372 or 11861979. OLE color: 11861979.

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

Color convert

RGB 219 255 180 -
CMYK 0.14 0 0.29 0
HSL 88.8º 1% 0.85% -
HSV(B) 88.8º 0.29% 1% -
XYZ 73.21 89.88 56.67 -
YUV 235.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 219 255 180 0.14 0 0.29 0 88.8 1 0.85
Hex DB FF B4 E 0 1D 0 59 64 55
Octal 333 377 264 16 0 35 0 131 144 125
Binary 11011011 11111111 10110100 1110 0 11101 0 1011001 1100100 1010101

Color Harmonies of #DBFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFB4

Black with #DBFFB4

Text Example


Text Example

White with #DBFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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