Html Css Color HEX #06B482 Mountain Meadow

📋 copy color: '#06B482'

red 6 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #06B482

Tints of Mountain Meadow #06B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 1.9%
G = 56.96%
B = 41.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#06B482 (or 0x06B482) is known color: Mountain Meadow. HEX triplet: 06, B4 and 82. RGB value is (6,180,130). Sum of RGB (Red+Green+Blue) = 6+180+130=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #06B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B482 is #F94B7D. Grayscale: #7A7A7A. Windows color (decimal): -16337790 or 8565766. OLE color: 8565766.

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

Color convert

RGB 6 180 130 -
CMYK 0.97 0 0.28 0.29
HSL 162.76º 0.94% 0.36% -
HSV(B) 162.76º 0.97% 0.71% -
XYZ 20.43 34.29 26.66 -
YUV 122.27 132.35 45.07 -
System Red Green Blue C M Y K H S L
Decimal 6 180 130 0.97 0 0.28 0.29 162.76 0.94 0.36
Hex 6 B4 82 61 0 1C 1D A3 5E 24
Octal 6 264 202 141 0 34 35 243 136 44
Binary 110 10110100 10000010 1100001 0 11100 11101 10100011 1011110 100100

Color Harmonies of #06B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B482

Black with #06B482

Text Example


Text Example

White with #06B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,180,130); }

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

background-color css

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

 a { background-color: rgb(6,180,130); }

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

border-color css

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

 span { border-color: rgb(6,180,130); }

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