Html Css Color HEX #1DBC8C Mountain Meadow

📋 copy color: '#1DBC8C'

red 29 ◦ green 188 ◦ blue 140

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

Shades of Mountain Meadow #1DBC8C

Tints of Mountain Meadow #1DBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.66%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 8.12%
G = 52.66%
B = 39.22%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#1DBC8C (or 0x1DBC8C) is known color: Mountain Meadow. HEX triplet: 1D, BC and 8C. RGB value is (29,188,140). Sum of RGB (Red+Green+Blue) = 29+188+140=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBC8C is #E24373. Grayscale: #878787. Windows color (decimal): -14828404 or 9223197. OLE color: 9223197.

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

Color convert

RGB 29 188 140 -
CMYK 0.85 0 0.26 0.26
HSL 161.89º 0.73% 0.43% -
HSV(B) 161.89º 0.85% 0.74% -
XYZ 23.22 38.12 30.95 -
YUV 134.99 130.82 52.4 -
System Red Green Blue C M Y K H S L
Decimal 29 188 140 0.85 0 0.26 0.26 161.89 0.73 0.43
Hex 1D BC 8C 55 0 1A 1A A2 49 2B
Octal 35 274 214 125 0 32 32 242 111 53
Binary 11101 10111100 10001100 1010101 0 11010 11010 10100010 1001001 101011

Color Harmonies of #1DBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBC8C

Black with #1DBC8C

Text Example


Text Example

White with #1DBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,188,140); }

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

background-color css

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

 a { background-color: rgb(29,188,140); }

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

border-color css

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

 span { border-color: rgb(29,188,140); }

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