Html Css Color HEX #04B686 Mountain Meadow

📋 copy color: '#04B686'

red 4 ◦ green 182 ◦ blue 134

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

Shades of Mountain Meadow #04B686

Tints of Mountain Meadow #04B686

RGB

 RED value IS 4 (1.95% from 255) = 1.25%

 GREEN value IS 182 (71.48% from 255) = 56.88%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 1.25%
G = 56.88%
B = 41.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#04B686 (or 0x04B686) is known color: Mountain Meadow. HEX triplet: 04, B6 and 86. RGB value is (4,182,134). Sum of RGB (Red+Green+Blue) = 4+182+134=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #04B686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B686 is #FB4979. Grayscale: #7B7B7B. Windows color (decimal): -16468346 or 8828420. OLE color: 8828420.

HSL color Cylindrical-coordinate representation of color #04B686: hue angle of 163.82º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B686 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 182 134 -
CMYK 0.98 0 0.26 0.29
HSL 163.82º 0.96% 0.36% -
HSV(B) 163.82º 0.98% 0.71% -
XYZ 21.08 35.2 28.24 -
YUV 123.31 134.03 42.9 -
System Red Green Blue C M Y K H S L
Decimal 4 182 134 0.98 0 0.26 0.29 163.82 0.96 0.36
Hex 4 B6 86 62 0 1A 1D A4 60 24
Octal 4 266 206 142 0 32 35 244 140 44
Binary 100 10110110 10000110 1100010 0 11010 11101 10100100 1100000 100100

Color Harmonies of #04B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B686

Black with #04B686

Text Example


Text Example

White with #04B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B686; }

 p { color: rgb(4,182,134); }

 H1.HeaderClassName
 {
   color: #04B686;
 }
 .AnyTagClassName
 {
   color: #04B686;
 }
</style>

background-color css

<style>
 a { background-color: #04B686; }

 a { background-color: rgb(4,182,134); }

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

border-color css

<style>
 span { border-color: #04B686; }

 span { border-color: rgb(4,182,134); }

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