Html Css Color HEX #03B985 Mountain Meadow

📋 copy color: '#03B985'

red 3 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #03B985

Tints of Mountain Meadow #03B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.63%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 0.93%
G = 57.63%
B = 41.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#03B985 (or 0x03B985) is known color: Mountain Meadow. HEX triplet: 03, B9 and 85. RGB value is (3,185,133). Sum of RGB (Red+Green+Blue) = 3+185+133=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #03B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B985 is #FC467A. Grayscale: #7C7C7C. Windows color (decimal): -16533115 or 8763651. OLE color: 8763651.

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

Color convert

RGB 3 185 133 -
CMYK 0.98 0 0.28 0.27
HSL 162.86º 0.97% 0.37% -
HSV(B) 162.86º 0.98% 0.73% -
XYZ 21.62 36.41 28.08 -
YUV 124.65 132.7 41.23 -
System Red Green Blue C M Y K H S L
Decimal 3 185 133 0.98 0 0.28 0.27 162.86 0.97 0.37
Hex 3 B9 85 62 0 1C 1B A3 61 25
Octal 3 271 205 142 0 34 33 243 141 45
Binary 11 10111001 10000101 1100010 0 11100 11011 10100011 1100001 100101

Color Harmonies of #03B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B985

Black with #03B985

Text Example


Text Example

White with #03B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,133); }

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

background-color css

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

 a { background-color: rgb(3,185,133); }

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

border-color css

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

 span { border-color: rgb(3,185,133); }

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