Html Css Color HEX #11B286 Mountain Meadow

📋 copy color: '#11B286'

red 17 ◦ green 178 ◦ blue 134

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

Shades of Mountain Meadow #11B286

Tints of Mountain Meadow #11B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.1%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 5.17%
G = 54.1%
B = 40.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#11B286 (or 0x11B286) is known color: Mountain Meadow. HEX triplet: 11, B2 and 86. RGB value is (17,178,134). Sum of RGB (Red+Green+Blue) = 17+178+134=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #11B286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B286 is #EE4D79. Grayscale: #7C7C7C. Windows color (decimal): -15617402 or 8827409. OLE color: 8827409.

HSL color Cylindrical-coordinate representation of color #11B286: hue angle of 163.6º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B286 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 178 134 -
CMYK 0.90 0 0.25 0.30
HSL 163.6º 0.83% 0.38% -
HSV(B) 163.6º 0.9% 0.7% -
XYZ 20.45 33.68 27.98 -
YUV 124.85 133.16 51.08 -
System Red Green Blue C M Y K H S L
Decimal 17 178 134 0.90 0 0.25 0.30 163.6 0.83 0.38
Hex 11 B2 86 5A 0 19 1E A4 53 26
Octal 21 262 206 132 0 31 36 244 123 46
Binary 10001 10110010 10000110 1011010 0 11001 11110 10100100 1010011 100110

Color Harmonies of #11B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B286

Black with #11B286

Text Example


Text Example

White with #11B286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,178,134); }

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

background-color css

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

 a { background-color: rgb(17,178,134); }

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

border-color css

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

 span { border-color: rgb(17,178,134); }

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