Html Css Color HEX #11A380 Mountain Meadow

📋 copy color: '#11A380'

red 17 ◦ green 163 ◦ blue 128

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

Shades of Mountain Meadow #11A380

Tints of Mountain Meadow #11A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.92%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 5.52%
G = 52.92%
B = 41.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#11A380 (or 0x11A380) is known color: Mountain Meadow. HEX triplet: 11, A3 and 80. RGB value is (17,163,128). Sum of RGB (Red+Green+Blue) = 17+163+128=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #11A380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A380 is #EE5C7F. Grayscale: #737373. Windows color (decimal): -15621248 or 8430353. OLE color: 8430353.

HSL color Cylindrical-coordinate representation of color #11A380: hue angle of 165.62º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A380 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 128 -
CMYK 0.90 0 0.21 0.36
HSL 165.62º 0.81% 0.35% -
HSV(B) 165.62º 0.9% 0.64% -
XYZ 17.22 27.87 24.89 -
YUV 115.36 135.13 57.85 -
System Red Green Blue C M Y K H S L
Decimal 17 163 128 0.90 0 0.21 0.36 165.62 0.81 0.35
Hex 11 A3 80 5A 0 15 24 A6 51 23
Octal 21 243 200 132 0 25 44 246 121 43
Binary 10001 10100011 10000000 1011010 0 10101 100100 10100110 1010001 100011

Color Harmonies of #11A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A380

Black with #11A380

Text Example


Text Example

White with #11A380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,128); }

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

background-color css

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

 a { background-color: rgb(17,163,128); }

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

border-color css

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

 span { border-color: rgb(17,163,128); }

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