Html Css Color HEX #00B884 Mountain Meadow

📋 copy color: '#00B884'

red 0 ◦ green 184 ◦ blue 132

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

Shades of Mountain Meadow #00B884

Tints of Mountain Meadow #00B884

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.23%

 BLUE value IS 132 (51.95% from 255) = 41.77%

R = 0%
G = 58.23%
B = 41.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#00B884 (or 0x00B884) is known color: Mountain Meadow. HEX triplet: 00, B8 and 84. RGB value is (0,184,132). Sum of RGB (Red+Green+Blue) = 0+184+132=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #00B884 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B884 is #FF477B. Grayscale: #7B7B7B. Windows color (decimal): -16729980 or 8697856. OLE color: 8697856.

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

Color convert

RGB 0 184 132 -
CMYK 1 0 0.28 0.28
HSL 163.04º 1% 0.36% -
HSV(B) 163.04º 1% 0.72% -
XYZ 21.31 35.95 27.65 -
YUV 123.06 133.04 40.23 -
System Red Green Blue C M Y K H S L
Decimal 0 184 132 1 0 0.28 0.28 163.04 1 0.36
Hex 0 B8 84 64 0 1C 1C A3 64 24
Octal 0 270 204 144 0 34 34 243 144 44
Binary 0 10111000 10000100 1100100 0 11100 11100 10100011 1100100 100100

Color Harmonies of #00B884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B884

Black with #00B884

Text Example


Text Example

White with #00B884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,184,132); }

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

background-color css

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

 a { background-color: rgb(0,184,132); }

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

border-color css

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

 span { border-color: rgb(0,184,132); }

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