Html Css Color HEX #6DC1AA Medium Aquamarine

📋 copy color: '#6DC1AA'

red 109 ◦ green 193 ◦ blue 170

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

Shades of Medium Aquamarine #6DC1AA

Tints of Medium Aquamarine #6DC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

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

R = 23.09%
G = 40.89%
B = 36.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#6DC1AA (or 0x6DC1AA) is known color: Medium Aquamarine. HEX triplet: 6D, C1 and AA. RGB value is (109,193,170). Sum of RGB (Red+Green+Blue) = 109+193+170=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC1AA is #923E55. Grayscale: #A5A5A5. Windows color (decimal): -9584214 or 11190637. OLE color: 11190637.

HSL color Cylindrical-coordinate representation of color #6DC1AA: hue angle of 163.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC1AA is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 193 170 -
CMYK 0.44 0 0.12 0.24
HSL 163.57º 0.4% 0.59% -
HSV(B) 163.57º 0.44% 0.76% -
XYZ 32.63 44.29 44.86 -
YUV 165.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 109 193 170 0.44 0 0.12 0.24 163.57 0.4 0.59
Hex 6D C1 AA 2C 0 C 18 A4 28 3B
Octal 155 301 252 54 0 14 30 244 50 73
Binary 1101101 11000001 10101010 101100 0 1100 11000 10100100 101000 111011

Color Harmonies of #6DC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC1AA

Black with #6DC1AA

Text Example


Text Example

White with #6DC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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