Html Css Color HEX #6AD1AC Medium Aquamarine

📋 copy color: '#6AD1AC'

red 106 ◦ green 209 ◦ blue 172

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

Shades of Medium Aquamarine #6AD1AC

Tints of Medium Aquamarine #6AD1AC

RGB

 RED value IS 106 (41.8% from 255) = 21.77%

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 21.77%
G = 42.92%
B = 35.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#6AD1AC (or 0x6AD1AC) is known color: Medium Aquamarine. HEX triplet: 6A, D1 and AC. RGB value is (106,209,172). Sum of RGB (Red+Green+Blue) = 106+209+172=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #6AD1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD1AC is #952E53. Grayscale: #AEAEAE. Windows color (decimal): -9776724 or 11325802. OLE color: 11325802.

HSL color Cylindrical-coordinate representation of color #6AD1AC: hue angle of 158.45º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD1AC is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 209 172 -
CMYK 0.49 0 0.18 0.18
HSL 158.45º 0.53% 0.62% -
HSV(B) 158.45º 0.49% 0.82% -
XYZ 36.19 51.64 47.09 -
YUV 173.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 106 209 172 0.49 0 0.18 0.18 158.45 0.53 0.62
Hex 6A D1 AC 31 0 12 12 9E 35 3E
Octal 152 321 254 61 0 22 22 236 65 76
Binary 1101010 11010001 10101100 110001 0 10010 10010 10011110 110101 111110

Color Harmonies of #6AD1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD1AC

Black with #6AD1AC

Text Example


Text Example

White with #6AD1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,209,172); }

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

background-color css

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

 a { background-color: rgb(106,209,172); }

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

border-color css

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

 span { border-color: rgb(106,209,172); }

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