Html Css Color HEX #1DBE8B Mountain Meadow

📋 copy color: '#1DBE8B'

red 29 ◦ green 190 ◦ blue 139

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

Shades of Mountain Meadow #1DBE8B

Tints of Mountain Meadow #1DBE8B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.07%

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 8.1%
G = 53.07%
B = 38.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#1DBE8B (or 0x1DBE8B) is known color: Mountain Meadow. HEX triplet: 1D, BE and 8B. RGB value is (29,190,139). Sum of RGB (Red+Green+Blue) = 29+190+139=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBE8B is #E24174. Grayscale: #888888. Windows color (decimal): -14827893 or 9158173. OLE color: 9158173.

HSL color Cylindrical-coordinate representation of color #1DBE8B: hue angle of 160.99º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE8B is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 190 139 -
CMYK 0.85 0 0.27 0.25
HSL 160.99º 0.74% 0.43% -
HSV(B) 160.99º 0.85% 0.75% -
XYZ 23.58 38.95 30.7 -
YUV 136.05 129.66 51.65 -
System Red Green Blue C M Y K H S L
Decimal 29 190 139 0.85 0 0.27 0.25 160.99 0.74 0.43
Hex 1D BE 8B 55 0 1B 19 A1 4A 2B
Octal 35 276 213 125 0 33 31 241 112 53
Binary 11101 10111110 10001011 1010101 0 11011 11001 10100001 1001010 101011

Color Harmonies of #1DBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBE8B

Black with #1DBE8B

Text Example


Text Example

White with #1DBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,190,139); }

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

background-color css

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

 a { background-color: rgb(29,190,139); }

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

border-color css

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

 span { border-color: rgb(29,190,139); }

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