Html Css Color HEX #05BA8A Mountain Meadow

📋 copy color: '#05BA8A'

red 5 ◦ green 186 ◦ blue 138

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

Shades of Mountain Meadow #05BA8A

Tints of Mountain Meadow #05BA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.53%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 1.52%
G = 56.53%
B = 41.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#05BA8A (or 0x05BA8A) is known color: Mountain Meadow. HEX triplet: 05, BA and 8A. RGB value is (5,186,138). Sum of RGB (Red+Green+Blue) = 5+186+138=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA8A is #FA4575. Grayscale: #7E7E7E. Windows color (decimal): -16401782 or 9091589. OLE color: 9091589.

HSL color Cylindrical-coordinate representation of color #05BA8A: hue angle of 164.09º 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 #05BA8A is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 186 138 -
CMYK 0.97 0 0.26 0.27
HSL 164.09º 0.95% 0.37% -
HSV(B) 164.09º 0.97% 0.73% -
XYZ 22.21 36.99 30.01 -
YUV 126.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 5 186 138 0.97 0 0.26 0.27 164.09 0.95 0.37
Hex 5 BA 8A 61 0 1A 1B A4 5F 25
Octal 5 272 212 141 0 32 33 244 137 45
Binary 101 10111010 10001010 1100001 0 11010 11011 10100100 1011111 100101

Color Harmonies of #05BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA8A

Black with #05BA8A

Text Example


Text Example

White with #05BA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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