Html Css Color HEX #DBFBC4 Tea Green

📋 copy color: '#DBFBC4'

red 219 ◦ green 251 ◦ blue 196

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

Shades of Tea Green #DBFBC4

Tints of Tea Green #DBFBC4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.69%

 BLUE value IS 196 (76.95% from 255) = 29.43%

R = 32.88%
G = 37.69%
B = 29.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#DBFBC4 (or 0xDBFBC4) is known color: Tea Green. HEX triplet: DB, FB and C4. RGB value is (219,251,196). Sum of RGB (Red+Green+Blue) = 219+251+196=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC4 is #24043B. Grayscale: #EBEBEB. Windows color (decimal): -2360380 or 12909531. OLE color: 12909531.

HSL color Cylindrical-coordinate representation of color #DBFBC4: hue angle of 94.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBFBC4 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 196 -
CMYK 0.13 0 0.22 0.02
HSL 94.91º 0.87% 0.88% -
HSV(B) 94.91º 0.22% 0.98% -
XYZ 73.67 88.04 65.33 -
YUV 235.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 219 251 196 0.13 0 0.22 0.02 94.91 0.87 0.88
Hex DB FB C4 D 0 16 2 5F 57 58
Octal 333 373 304 15 0 26 2 137 127 130
Binary 11011011 11111011 11000100 1101 0 10110 10 1011111 1010111 1011000

Color Harmonies of #DBFBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC4

Black with #DBFBC4

Text Example


Text Example

White with #DBFBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC4; }

 p { color: rgb(219,251,196); }

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

background-color css

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

 a { background-color: rgb(219,251,196); }

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

border-color css

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

 span { border-color: rgb(219,251,196); }

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