Html Css Color HEX #6DC0AA Medium Aquamarine

📋 copy color: '#6DC0AA'

red 109 ◦ green 192 ◦ blue 170

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

Shades of Medium Aquamarine #6DC0AA

Tints of Medium Aquamarine #6DC0AA

RGB

 RED value IS 109 (42.97% from 255) = 23.14%

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 23.14%
G = 40.76%
B = 36.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6DC0AA (or 0x6DC0AA) is known color: Medium Aquamarine. HEX triplet: 6D, C0 and AA. RGB value is (109,192,170). Sum of RGB (Red+Green+Blue) = 109+192+170=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC0AA is #923F55. Grayscale: #A4A4A4. Windows color (decimal): -9584470 or 11190381. OLE color: 11190381.

HSL color Cylindrical-coordinate representation of color #6DC0AA: hue angle of 164.1º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DC0AA is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 192 170 -
CMYK 0.43 0 0.11 0.25
HSL 164.1º 0.4% 0.59% -
HSV(B) 164.1º 0.43% 0.75% -
XYZ 32.41 43.85 44.79 -
YUV 164.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 109 192 170 0.43 0 0.11 0.25 164.1 0.4 0.59
Hex 6D C0 AA 2B 0 B 19 A4 28 3B
Octal 155 300 252 53 0 13 31 244 50 73
Binary 1101101 11000000 10101010 101011 0 1011 11001 10100100 101000 111011

Color Harmonies of #6DC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC0AA

Black with #6DC0AA

Text Example


Text Example

White with #6DC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DC0AA; }

 p { color: rgb(109,192,170); }

 H1.HeaderClassName
 {
   color: #6DC0AA;
 }
 .AnyTagClassName
 {
   color: #6DC0AA;
 }
</style>

background-color css

<style>
 a { background-color: #6DC0AA; }

 a { background-color: rgb(109,192,170); }

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

border-color css

<style>
 span { border-color: #6DC0AA; }

 span { border-color: rgb(109,192,170); }

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