Html Css Color HEX #11A880 Mountain Meadow

📋 copy color: '#11A880'

red 17 ◦ green 168 ◦ blue 128

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

Shades of Mountain Meadow #11A880

Tints of Mountain Meadow #11A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.67%

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

R = 5.43%
G = 53.67%
B = 40.89%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#11A880 (or 0x11A880) is known color: Mountain Meadow. HEX triplet: 11, A8 and 80. RGB value is (17,168,128). Sum of RGB (Red+Green+Blue) = 17+168+128=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #11A880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A880 is #EE577F. Grayscale: #767676. Windows color (decimal): -15619968 or 8431633. OLE color: 8431633.

HSL color Cylindrical-coordinate representation of color #11A880: hue angle of 164.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A880 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 168 128 -
CMYK 0.90 0 0.24 0.34
HSL 164.11º 0.82% 0.36% -
HSV(B) 164.11º 0.9% 0.66% -
XYZ 18.13 29.68 25.2 -
YUV 118.29 133.47 55.75 -
System Red Green Blue C M Y K H S L
Decimal 17 168 128 0.90 0 0.24 0.34 164.11 0.82 0.36
Hex 11 A8 80 5A 0 18 22 A4 52 24
Octal 21 250 200 132 0 30 42 244 122 44
Binary 10001 10101000 10000000 1011010 0 11000 100010 10100100 1010010 100100

Color Harmonies of #11A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A880

Black with #11A880

Text Example


Text Example

White with #11A880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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