Html Css Color HEX #11B27D Mountain Meadow

📋 copy color: '#11B27D'

red 17 ◦ green 178 ◦ blue 125

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

Shades of Mountain Meadow #11B27D

Tints of Mountain Meadow #11B27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 5.31%
G = 55.63%
B = 39.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#11B27D (or 0x11B27D) is known color: Mountain Meadow. HEX triplet: 11, B2 and 7D. RGB value is (17,178,125). Sum of RGB (Red+Green+Blue) = 17+178+125=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #11B27D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B27D is #EE4D82. Grayscale: #7B7B7B. Windows color (decimal): -15617411 or 8237585. OLE color: 8237585.

HSL color Cylindrical-coordinate representation of color #11B27D: hue angle of 160.25º 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 #11B27D is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 178 125 -
CMYK 0.90 0 0.30 0.30
HSL 160.25º 0.83% 0.38% -
HSV(B) 160.25º 0.9% 0.7% -
XYZ 19.85 33.44 24.81 -
YUV 123.82 128.66 51.81 -
System Red Green Blue C M Y K H S L
Decimal 17 178 125 0.90 0 0.30 0.30 160.25 0.83 0.38
Hex 11 B2 7D 5A 0 1E 1E A0 53 26
Octal 21 262 175 132 0 36 36 240 123 46
Binary 10001 10110010 1111101 1011010 0 11110 11110 10100000 1010011 100110

Color Harmonies of #11B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B27D

Black with #11B27D

Text Example


Text Example

White with #11B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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