#03BC82

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

Shades of Mountain Meadow #03BC82

Tints of Mountain Meadow #03BC82

Color information

#03BC82 (or 0x03BC82) is unknown color: approx Mountain Meadow. HEX triplet: 03, BC and 82. RGB value is (3,188,130). Sum of RGB (Red+Green+Blue) = 3+188+130=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC82 is #FC437D. Grayscale: #7E7E7E. Windows color (decimal): -16532350 or 8567811. OLE color: 8567811.

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

Color convert

RGB3188130-
CMYK0.9800.310.26
HSL161.19º96.86%37.45%-
HSV(B)161.19º98.4%73.73%-
XYZ22.0537.627.21-
YUV126.07130.2140.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=0.93%
G=58.57%
B=40.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31881300.9800.310.26161.1996.8637.45
Hex3BC826201F1Aa16125
Octal32742021420373224114145
Binary111011110010000010110001001111111010101000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,188,130); }

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

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

 a { background-color: rgb(3,188,130); }

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

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

 span { border-color: rgb(3,188,130); }

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