Html Css Color HEX #DBFBC5 Tea Green

📋 copy color: '#DBFBC5'

red 219 ◦ green 251 ◦ blue 197

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

Shades of Tea Green #DBFBC5

Tints of Tea Green #DBFBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.54%

R = 32.83%
G = 37.63%
B = 29.54%

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

#DBFBC5 (or 0xDBFBC5) is known color: Tea Green. HEX triplet: DB, FB and C5. RGB value is (219,251,197). Sum of RGB (Red+Green+Blue) = 219+251+197=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 197 (77.34% from 255 or 29.54% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBC5 is #24043A. Grayscale: #EBEBEB. Windows color (decimal): -2360379 or 12975067. OLE color: 12975067.

HSL color Cylindrical-coordinate representation of color #DBFBC5: hue angle of 95.56º 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 #DBFBC5 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 197 -
CMYK 0.13 0 0.22 0.02
HSL 95.56º 0.87% 0.88% -
HSV(B) 95.56º 0.22% 0.98% -
XYZ 73.79 88.09 65.94 -
YUV 235.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 219 251 197 0.13 0 0.22 0.02 95.56 0.87 0.88
Hex DB FB C5 D 0 16 2 60 57 58
Octal 333 373 305 15 0 26 2 140 127 130
Binary 11011011 11111011 11000101 1101 0 10110 10 1100000 1010111 1011000

Color Harmonies of #DBFBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBC5

Black with #DBFBC5

Text Example


Text Example

White with #DBFBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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