Html Css Color HEX #00B985 Mountain Meadow

📋 copy color: '#00B985'

red 0 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #00B985

Tints of Mountain Meadow #00B985

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 58.18%
B = 41.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#00B985 (or 0x00B985) is known color: Mountain Meadow. HEX triplet: 00, B9 and 85. RGB value is (0,185,133). Sum of RGB (Red+Green+Blue) = 0+185+133=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 185 (72.66% from 255 or 58.18% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 185 - color contains mainly: green. Hex color #00B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B985 is #FF467A. Grayscale: #7B7B7B. Windows color (decimal): -16729723 or 8763648. OLE color: 8763648.

HSL color Cylindrical-coordinate representation of color #00B985: hue angle of 163.14º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B985 is Cyan = 1, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 185 133 -
CMYK 1 0 0.28 0.27
HSL 163.14º 1% 0.36% -
HSV(B) 163.14º 1% 0.73% -
XYZ 21.58 36.39 28.08 -
YUV 123.76 133.21 39.73 -
System Red Green Blue C M Y K H S L
Decimal 0 185 133 1 0 0.28 0.27 163.14 1 0.36
Hex 0 B9 85 64 0 1C 1B A3 64 24
Octal 0 271 205 144 0 34 33 243 144 44
Binary 0 10111001 10000101 1100100 0 11100 11011 10100011 1100100 100100

Color Harmonies of #00B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B985

Black with #00B985

Text Example


Text Example

White with #00B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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