Html Css Color HEX #DBFBC0 Tea Green

📋 copy color: '#DBFBC0'

red 219 ◦ green 251 ◦ blue 192

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

Shades of Tea Green #DBFBC0

Tints of Tea Green #DBFBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29%

R = 33.08%
G = 37.92%
B = 29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#DBFBC0 (or 0xDBFBC0) is known color: Tea Green. HEX triplet: DB, FB and C0. RGB value is (219,251,192). Sum of RGB (Red+Green+Blue) = 219+251+192=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 192 (75.39% from 255 or 29.00% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC0 is #24043F. Grayscale: #EAEAEA. Windows color (decimal): -2360384 or 12647387. OLE color: 12647387.

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

Color convert

RGB 219 251 192 -
CMYK 0.13 0 0.24 0.02
HSL 92.54º 0.88% 0.87% -
HSV(B) 92.54º 0.24% 0.98% -
XYZ 73.23 87.86 62.97 -
YUV 234.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 219 251 192 0.13 0 0.24 0.02 92.54 0.88 0.87
Hex DB FB C0 D 0 18 2 5D 58 57
Octal 333 373 300 15 0 30 2 135 130 127
Binary 11011011 11111011 11000000 1101 0 11000 10 1011101 1011000 1010111

Color Harmonies of #DBFBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC0

Black with #DBFBC0

Text Example


Text Example

White with #DBFBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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