Html Css Color HEX #1DBB98 Mountain Meadow

📋 copy color: '#1DBB98'

red 29 ◦ green 187 ◦ blue 152

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

Shades of Mountain Meadow #1DBB98

Tints of Mountain Meadow #1DBB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.82%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 7.88%
G = 50.82%
B = 41.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#1DBB98 (or 0x1DBB98) is known color: Mountain Meadow. HEX triplet: 1D, BB and 98. RGB value is (29,187,152). Sum of RGB (Red+Green+Blue) = 29+187+152=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBB98 is #E24467. Grayscale: #878787. Windows color (decimal): -14828648 or 10009373. OLE color: 10009373.

HSL color Cylindrical-coordinate representation of color #1DBB98: hue angle of 166.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB98 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 187 152 -
CMYK 0.84 0 0.19 0.27
HSL 166.71º 0.73% 0.42% -
HSV(B) 166.71º 0.84% 0.73% -
XYZ 23.94 38.07 35.79 -
YUV 135.77 137.15 51.85 -
System Red Green Blue C M Y K H S L
Decimal 29 187 152 0.84 0 0.19 0.27 166.71 0.73 0.42
Hex 1D BB 98 54 0 13 1B A7 49 2A
Octal 35 273 230 124 0 23 33 247 111 52
Binary 11101 10111011 10011000 1010100 0 10011 11011 10100111 1001001 101010

Color Harmonies of #1DBB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBB98

Black with #1DBB98

Text Example


Text Example

White with #1DBB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,187,152); }

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

background-color css

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

 a { background-color: rgb(29,187,152); }

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

border-color css

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

 span { border-color: rgb(29,187,152); }

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