Html Css Color HEX #06C080 Mountain Meadow

📋 copy color: '#06C080'

red 6 ◦ green 192 ◦ blue 128

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

Shades of Mountain Meadow #06C080

Tints of Mountain Meadow #06C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.9%

 BLUE value IS 128 (50.39% from 255) = 39.26%

R = 1.84%
G = 58.9%
B = 39.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#06C080 (or 0x06C080) is known color: Mountain Meadow. HEX triplet: 06, C0 and 80. RGB value is (6,192,128). Sum of RGB (Red+Green+Blue) = 6+192+128=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #06C080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06C080 is #F93F7F. Grayscale: #818181. Windows color (decimal): -16334720 or 8437766. OLE color: 8437766.

HSL color Cylindrical-coordinate representation of color #06C080: hue angle of 159.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C080 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 128 -
CMYK 0.97 0 0.33 0.25
HSL 159.35º 0.94% 0.39% -
HSV(B) 159.35º 0.97% 0.75% -
XYZ 22.82 39.3 26.8 -
YUV 129.09 127.38 40.2 -
System Red Green Blue C M Y K H S L
Decimal 6 192 128 0.97 0 0.33 0.25 159.35 0.94 0.39
Hex 6 C0 80 61 0 21 19 9F 5E 27
Octal 6 300 200 141 0 41 31 237 136 47
Binary 110 11000000 10000000 1100001 0 100001 11001 10011111 1011110 100111

Color Harmonies of #06C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C080

Black with #06C080

Text Example


Text Example

White with #06C080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,192,128); }

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

background-color css

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

 a { background-color: rgb(6,192,128); }

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

border-color css

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

 span { border-color: rgb(6,192,128); }

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