Html Css Color HEX #06B585 Mountain Meadow

📋 copy color: '#06B585'

red 6 ◦ green 181 ◦ blue 133

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

Shades of Mountain Meadow #06B585

Tints of Mountain Meadow #06B585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.56%

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

R = 1.88%
G = 56.56%
B = 41.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#06B585 (or 0x06B585) is known color: Mountain Meadow. HEX triplet: 06, B5 and 85. RGB value is (6,181,133). Sum of RGB (Red+Green+Blue) = 6+181+133=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #06B585 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B585 is #F94A7A. Grayscale: #7B7B7B. Windows color (decimal): -16337531 or 8762630. OLE color: 8762630.

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

Color convert

RGB 6 181 133 -
CMYK 0.97 0 0.27 0.29
HSL 163.54º 0.94% 0.37% -
HSV(B) 163.54º 0.97% 0.71% -
XYZ 20.83 34.78 27.81 -
YUV 123.2 133.52 44.4 -
System Red Green Blue C M Y K H S L
Decimal 6 181 133 0.97 0 0.27 0.29 163.54 0.94 0.37
Hex 6 B5 85 61 0 1B 1D A4 5E 25
Octal 6 265 205 141 0 33 35 244 136 45
Binary 110 10110101 10000101 1100001 0 11011 11101 10100100 1011110 100101

Color Harmonies of #06B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B585

Black with #06B585

Text Example


Text Example

White with #06B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,181,133); }

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

background-color css

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

 a { background-color: rgb(6,181,133); }

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

border-color css

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

 span { border-color: rgb(6,181,133); }

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