Html Css Color HEX #06B384 Mountain Meadow

📋 copy color: '#06B384'

red 6 ◦ green 179 ◦ blue 132

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

Shades of Mountain Meadow #06B384

Tints of Mountain Meadow #06B384

RGB

 RED value IS 6 (2.73% from 255) = 1.89%

 GREEN value IS 179 (70.31% from 255) = 56.47%

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

R = 1.89%
G = 56.47%
B = 41.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#06B384 (or 0x06B384) is known color: Mountain Meadow. HEX triplet: 06, B3 and 84. RGB value is (6,179,132). Sum of RGB (Red+Green+Blue) = 6+179+132=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #06B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B384 is #F94C7B. Grayscale: #797979. Windows color (decimal): -16338044 or 8696582. OLE color: 8696582.

HSL color Cylindrical-coordinate representation of color #06B384: hue angle of 163.7º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B384 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 179 132 -
CMYK 0.97 0 0.26 0.30
HSL 163.7º 0.94% 0.36% -
HSV(B) 163.7º 0.97% 0.7% -
XYZ 20.36 33.94 27.31 -
YUV 121.92 133.69 45.32 -
System Red Green Blue C M Y K H S L
Decimal 6 179 132 0.97 0 0.26 0.30 163.7 0.94 0.36
Hex 6 B3 84 61 0 1A 1E A4 5E 24
Octal 6 263 204 141 0 32 36 244 136 44
Binary 110 10110011 10000100 1100001 0 11010 11110 10100100 1011110 100100

Color Harmonies of #06B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B384

Black with #06B384

Text Example


Text Example

White with #06B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06B384; }

 p { color: rgb(6,179,132); }

 H1.HeaderClassName
 {
   color: #06B384;
 }
 .AnyTagClassName
 {
   color: #06B384;
 }
</style>

background-color css

<style>
 a { background-color: #06B384; }

 a { background-color: rgb(6,179,132); }

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

border-color css

<style>
 span { border-color: #06B384; }

 span { border-color: rgb(6,179,132); }

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