Html Css Color HEX #05BA88 Mountain Meadow

📋 copy color: '#05BA88'

red 5 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #05BA88

Tints of Mountain Meadow #05BA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.59%

R = 1.53%
G = 56.88%
B = 41.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#05BA88 (or 0x05BA88) is known color: Mountain Meadow. HEX triplet: 05, BA and 88. RGB value is (5,186,136). Sum of RGB (Red+Green+Blue) = 5+186+136=327 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA88 is #FA4577. Grayscale: #7E7E7E. Windows color (decimal): -16401784 or 8960517. OLE color: 8960517.

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

Color convert

RGB 5 186 136 -
CMYK 0.97 0 0.27 0.27
HSL 163.43º 0.95% 0.37% -
HSV(B) 163.43º 0.97% 0.73% -
XYZ 22.07 36.93 29.26 -
YUV 126.18 133.53 41.57 -
System Red Green Blue C M Y K H S L
Decimal 5 186 136 0.97 0 0.27 0.27 163.43 0.95 0.37
Hex 5 BA 88 61 0 1B 1B A3 5F 25
Octal 5 272 210 141 0 33 33 243 137 45
Binary 101 10111010 10001000 1100001 0 11011 11011 10100011 1011111 100101

Color Harmonies of #05BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA88

Black with #05BA88

Text Example


Text Example

White with #05BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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