Html Css Color HEX #1DB493 Mountain Meadow

📋 copy color: '#1DB493'

red 29 ◦ green 180 ◦ blue 147

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

Shades of Mountain Meadow #1DB493

Tints of Mountain Meadow #1DB493

RGB

 RED value IS 29 (11.72% from 255) = 8.15%

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 8.15%
G = 50.56%
B = 41.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#1DB493 (or 0x1DB493) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 93. RGB value is (29,180,147). Sum of RGB (Red+Green+Blue) = 29+180+147=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB493 is #E24B6C. Grayscale: #838383. Windows color (decimal): -14830445 or 9679901. OLE color: 9679901.

HSL color Cylindrical-coordinate representation of color #1DB493: hue angle of 166.89º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB493 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 180 147 -
CMYK 0.84 0 0.18 0.29
HSL 166.89º 0.72% 0.41% -
HSV(B) 166.89º 0.84% 0.71% -
XYZ 22.09 35.01 33.2 -
YUV 131.09 136.97 55.18 -
System Red Green Blue C M Y K H S L
Decimal 29 180 147 0.84 0 0.18 0.29 166.89 0.72 0.41
Hex 1D B4 93 54 0 12 1D A7 48 29
Octal 35 264 223 124 0 22 35 247 110 51
Binary 11101 10110100 10010011 1010100 0 10010 11101 10100111 1001000 101001

Color Harmonies of #1DB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB493

Black with #1DB493

Text Example


Text Example

White with #1DB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DB493; }

 p { color: rgb(29,180,147); }

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

background-color css

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

 a { background-color: rgb(29,180,147); }

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

border-color css

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

 span { border-color: rgb(29,180,147); }

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