Html Css Color HEX #03BA80 Mountain Meadow

📋 copy color: '#03BA80'

red 3 ◦ green 186 ◦ blue 128

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

Shades of Mountain Meadow #03BA80

Tints of Mountain Meadow #03BA80

RGB

 RED value IS 3 (1.56% from 255) = 0.95%

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

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

R = 0.95%
G = 58.68%
B = 40.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#03BA80 (or 0x03BA80) is known color: Mountain Meadow. HEX triplet: 03, BA and 80. RGB value is (3,186,128). Sum of RGB (Red+Green+Blue) = 3+186+128=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA80 is #FC457F. Grayscale: #7C7C7C. Windows color (decimal): -16532864 or 8436227. OLE color: 8436227.

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

Color convert

RGB 3 186 128 -
CMYK 0.98 0 0.31 0.27
HSL 160.98º 0.97% 0.37% -
HSV(B) 160.98º 0.98% 0.73% -
XYZ 21.49 36.7 26.37 -
YUV 124.67 129.87 41.22 -
System Red Green Blue C M Y K H S L
Decimal 3 186 128 0.98 0 0.31 0.27 160.98 0.97 0.37
Hex 3 BA 80 62 0 1F 1B A1 61 25
Octal 3 272 200 142 0 37 33 241 141 45
Binary 11 10111010 10000000 1100010 0 11111 11011 10100001 1100001 100101

Color Harmonies of #03BA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA80

Black with #03BA80

Text Example


Text Example

White with #03BA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BA80; }

 p { color: rgb(3,186,128); }

 H1.HeaderClassName
 {
   color: #03BA80;
 }
 .AnyTagClassName
 {
   color: #03BA80;
 }
</style>

background-color css

<style>
 a { background-color: #03BA80; }

 a { background-color: rgb(3,186,128); }

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

border-color css

<style>
 span { border-color: #03BA80; }

 span { border-color: rgb(3,186,128); }

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