Html Css Color HEX #03BC82 Mountain Meadow

📋 copy color: '#03BC82'

red 3 ◦ green 188 ◦ blue 130

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

Shades of Mountain Meadow #03BC82

Tints of Mountain Meadow #03BC82

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.5%

R = 0.93%
G = 58.57%
B = 40.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#03BC82 (or 0x03BC82) is known color: 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

RGB 3 188 130 -
CMYK 0.98 0 0.31 0.26
HSL 161.19º 0.97% 0.37% -
HSV(B) 161.19º 0.98% 0.74% -
XYZ 22.05 37.6 27.21 -
YUV 126.07 130.21 40.22 -
System Red Green Blue C M Y K H S L
Decimal 3 188 130 0.98 0 0.31 0.26 161.19 0.97 0.37
Hex 3 BC 82 62 0 1F 1A A1 61 25
Octal 3 274 202 142 0 37 32 241 141 45
Binary 11 10111100 10000010 1100010 0 11111 11010 10100001 1100001 100101

Color Harmonies of #03BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC82

Black with #03BC82

Text Example


Text Example

White with #03BC82

Text Example


Text Example

HTML Codes & Css Web 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>