Html Css Color HEX #11B485 Mountain Meadow

📋 copy color: '#11B485'

red 17 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #11B485

Tints of Mountain Meadow #11B485

RGB

 RED value IS 17 (7.03% from 255) = 5.15%

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

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 5.15%
G = 54.55%
B = 40.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#11B485 (or 0x11B485) is known color: Mountain Meadow. HEX triplet: 11, B4 and 85. RGB value is (17,180,133). Sum of RGB (Red+Green+Blue) = 17+180+133=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #11B485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B485 is #EE4B7A. Grayscale: #7D7D7D. Windows color (decimal): -15616891 or 8762385. OLE color: 8762385.

HSL color Cylindrical-coordinate representation of color #11B485: hue angle of 162.7º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B485 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 180 133 -
CMYK 0.91 0 0.26 0.29
HSL 162.7º 0.83% 0.39% -
HSV(B) 162.7º 0.91% 0.71% -
XYZ 20.79 34.46 27.75 -
YUV 125.91 132 50.32 -
System Red Green Blue C M Y K H S L
Decimal 17 180 133 0.91 0 0.26 0.29 162.7 0.83 0.39
Hex 11 B4 85 5B 0 1A 1D A3 53 27
Octal 21 264 205 133 0 32 35 243 123 47
Binary 10001 10110100 10000101 1011011 0 11010 11101 10100011 1010011 100111

Color Harmonies of #11B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B485

Black with #11B485

Text Example


Text Example

White with #11B485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B485; }

 p { color: rgb(17,180,133); }

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

background-color css

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

 a { background-color: rgb(17,180,133); }

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

border-color css

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

 span { border-color: rgb(17,180,133); }

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