#03BA80

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

Shades of Mountain Meadow #03BA80

Tints of Mountain Meadow #03BA80

Color information

#03BA80 (or 0x03BA80) is unknown color: approx 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

RGB3186128-
CMYK0.9800.310.27
HSL160.98º96.83%37.06%-
HSV(B)160.98º98.39%72.94%-
XYZ21.4936.726.37-
YUV124.67129.8741.22-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31861280.9800.310.27160.9896.8337.06
Hex3BA806201F1Ba16125
Octal32722001420373324114145
Binary111011101010000000110001001111111011101000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>