Html Css Color HEX #11B474 Mountain Meadow

📋 copy color: '#11B474'

red 17 ◦ green 180 ◦ blue 116

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

Shades of Mountain Meadow #11B474

Tints of Mountain Meadow #11B474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 5.43%
G = 57.51%
B = 37.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#11B474 (or 0x11B474) is known color: Mountain Meadow. HEX triplet: 11, B4 and 74. RGB value is (17,180,116). Sum of RGB (Red+Green+Blue) = 17+180+116=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #11B474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B474 is #EE4B8B. Grayscale: #7C7C7C. Windows color (decimal): -15616908 or 7648273. OLE color: 7648273.

HSL color Cylindrical-coordinate representation of color #11B474: hue angle of 156.44º 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 #11B474 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 180 116 -
CMYK 0.91 0 0.36 0.29
HSL 156.44º 0.83% 0.39% -
HSV(B) 156.44º 0.91% 0.71% -
XYZ 19.7 34.02 22.05 -
YUV 123.97 123.5 51.7 -
System Red Green Blue C M Y K H S L
Decimal 17 180 116 0.91 0 0.36 0.29 156.44 0.83 0.39
Hex 11 B4 74 5B 0 24 1D 9C 53 27
Octal 21 264 164 133 0 44 35 234 123 47
Binary 10001 10110100 1110100 1011011 0 100100 11101 10011100 1010011 100111

Color Harmonies of #11B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B474

Black with #11B474

Text Example


Text Example

White with #11B474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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