Html Css Color HEX #05B180 Mountain Meadow

📋 copy color: '#05B180'

red 5 ◦ green 177 ◦ blue 128

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

Shades of Mountain Meadow #05B180

Tints of Mountain Meadow #05B180

RGB

 RED value IS 5 (2.34% from 255) = 1.61%

 GREEN value IS 177 (69.53% from 255) = 57.1%

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

R = 1.61%
G = 57.1%
B = 41.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#05B180 (or 0x05B180) is known color: Mountain Meadow. HEX triplet: 05, B1 and 80. RGB value is (5,177,128). Sum of RGB (Red+Green+Blue) = 5+177+128=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #05B180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B180 is #FA4E7F. Grayscale: #787878. Windows color (decimal): -16404096 or 8433925. OLE color: 8433925.

HSL color Cylindrical-coordinate representation of color #05B180: hue angle of 162.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B180 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 177 128 -
CMYK 0.97 0 0.28 0.31
HSL 162.91º 0.95% 0.36% -
HSV(B) 162.91º 0.97% 0.69% -
XYZ 19.68 33.04 25.76 -
YUV 119.99 132.52 45.98 -
System Red Green Blue C M Y K H S L
Decimal 5 177 128 0.97 0 0.28 0.31 162.91 0.95 0.36
Hex 5 B1 80 61 0 1C 1F A3 5F 24
Octal 5 261 200 141 0 34 37 243 137 44
Binary 101 10110001 10000000 1100001 0 11100 11111 10100011 1011111 100100

Color Harmonies of #05B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B180

Black with #05B180

Text Example


Text Example

White with #05B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B180; }

 p { color: rgb(5,177,128); }

 H1.HeaderClassName
 {
   color: #05B180;
 }
 .AnyTagClassName
 {
   color: #05B180;
 }
</style>

background-color css

<style>
 a { background-color: #05B180; }

 a { background-color: rgb(5,177,128); }

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

border-color css

<style>
 span { border-color: #05B180; }

 span { border-color: rgb(5,177,128); }

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