#05B98A

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

Shades of Mountain Meadow #05B98A

Tints of Mountain Meadow #05B98A

Color information

#05B98A (or 0x05B98A) is unknown color: approx Mountain Meadow. HEX triplet: 05, B9 and 8A. RGB value is (5,185,138). Sum of RGB (Red+Green+Blue) = 5+185+138=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #05B98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B98A is #FA4675. Grayscale: #7D7D7D. Windows color (decimal): -16402038 or 9091333. OLE color: 9091333.

HSL color Cylindrical-coordinate representation of color #05B98A: hue angle of 164.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B98A is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB5185138-
CMYK0.9700.250.27
HSL164.33º94.74%37.25%-
HSV(B)164.33º97.3%72.55%-
XYZ2236.5729.94-
YUV125.82134.8741.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 185 (72.66% from 255) = 56.40%
BLUE value IS 138 (54.30% from 255) = 42.07%
R=1.52%
G=56.40%
B=42.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51851380.9700.250.27164.3394.7437.25
Hex5B98A610191Ba45f25
Octal52712121410313324413745
Binary1011011100110001010110000101100111011101001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,185,138); }

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

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

 a { background-color: rgb(5,185,138); }

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

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

 span { border-color: rgb(5,185,138); }

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