Html Css Color HEX #03BA7F Mountain Meadow

📋 copy color: '#03BA7F'

red 3 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #03BA7F

Tints of Mountain Meadow #03BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 0.95%
G = 58.86%
B = 40.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#03BA7F (or 0x03BA7F) is known color: Mountain Meadow. HEX triplet: 03, BA and 7F. RGB value is (3,186,127). Sum of RGB (Red+Green+Blue) = 3+186+127=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA7F is #FC4580. Grayscale: #7C7C7C. Windows color (decimal): -16532865 or 8370691. OLE color: 8370691.

HSL color Cylindrical-coordinate representation of color #03BA7F: hue angle of 160.66º 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 #03BA7F is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 186 127 -
CMYK 0.98 0 0.32 0.27
HSL 160.66º 0.97% 0.37% -
HSV(B) 160.66º 0.98% 0.73% -
XYZ 21.43 36.67 26.03 -
YUV 124.56 129.37 41.3 -
System Red Green Blue C M Y K H S L
Decimal 3 186 127 0.98 0 0.32 0.27 160.66 0.97 0.37
Hex 3 BA 7F 62 0 20 1B A1 61 25
Octal 3 272 177 142 0 40 33 241 141 45
Binary 11 10111010 1111111 1100010 0 100000 11011 10100001 1100001 100101

Color Harmonies of #03BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA7F

Black with #03BA7F

Text Example


Text Example

White with #03BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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