Html Css Color HEX #03BA7E Mountain Meadow

📋 copy color: '#03BA7E'

red 3 ◦ green 186 ◦ blue 126

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

Shades of Mountain Meadow #03BA7E

Tints of Mountain Meadow #03BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 0.95%
G = 59.05%
B = 40%

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

#03BA7E (or 0x03BA7E) is known color: Mountain Meadow. HEX triplet: 03, BA and 7E. RGB value is (3,186,126). Sum of RGB (Red+Green+Blue) = 3+186+126=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA7E is #FC4581. Grayscale: #7C7C7C. Windows color (decimal): -16532866 or 8305155. OLE color: 8305155.

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

Color convert

RGB 3 186 126 -
CMYK 0.98 0 0.32 0.27
HSL 160.33º 0.97% 0.37% -
HSV(B) 160.33º 0.98% 0.73% -
XYZ 21.36 36.64 25.69 -
YUV 124.44 128.87 41.38 -
System Red Green Blue C M Y K H S L
Decimal 3 186 126 0.98 0 0.32 0.27 160.33 0.97 0.37
Hex 3 BA 7E 62 0 20 1B A0 61 25
Octal 3 272 176 142 0 40 33 240 141 45
Binary 11 10111010 1111110 1100010 0 100000 11011 10100000 1100001 100101

Color Harmonies of #03BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA7E

Black with #03BA7E

Text Example


Text Example

White with #03BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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