#05b080

Color #05B080 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #05B080

Tints of Mountain Meadow #05B080

Color information

#05B080 (or 0x05B080) is unknown color: approx Mountain Meadow. HEX triplet: 05, B0 and 80. RGB value is (5,176,128). Sum of RGB (Red+Green+Blue) = 5+176+128=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #05B080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B080 is #FA4F7F. Grayscale: #777777. Windows color (decimal): -16404352 or 8433669. OLE color: 8433669.

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

Color convert

RGB5176128-
CMYK0.9700.270.31
HSL163.16º94.48%35.49%-
HSV(B)163.16º97.16%69.02%-
XYZ19.4832.6425.7-
YUV119.4132.8546.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=1.62%
G=56.96%
B=41.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51761280.9700.270.31163.1694.4835.49
Hex5B0806101B1Fa35e23
Octal52602001410333724313643
Binary1011011000010000000110000101101111111101000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05b080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05b080;
 }
 .AnyTagClassName
 {
   color: #05b080;
 }
</style>
background-color css

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

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

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

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

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

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

cancel