Html Css Color HEX #6AC2A6 Medium Aquamarine

📋 copy color: '#6AC2A6'

red 106 ◦ green 194 ◦ blue 166

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

Shades of Medium Aquamarine #6AC2A6

Tints of Medium Aquamarine #6AC2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.63%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 22.75%
G = 41.63%
B = 35.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#6AC2A6 (or 0x6AC2A6) is known color: Medium Aquamarine. HEX triplet: 6A, C2 and A6. RGB value is (106,194,166). Sum of RGB (Red+Green+Blue) = 106+194+166=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2A6 is #953D59. Grayscale: #A4A4A4. Windows color (decimal): -9780570 or 10928746. OLE color: 10928746.

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

Color convert

RGB 106 194 166 -
CMYK 0.45 0 0.14 0.24
HSL 160.91º 0.42% 0.59% -
HSV(B) 160.91º 0.45% 0.76% -
XYZ 32.12 44.4 42.95 -
YUV 164.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 106 194 166 0.45 0 0.14 0.24 160.91 0.42 0.59
Hex 6A C2 A6 2D 0 E 18 A1 2A 3B
Octal 152 302 246 55 0 16 30 241 52 73
Binary 1101010 11000010 10100110 101101 0 1110 11000 10100001 101010 111011

Color Harmonies of #6AC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC2A6

Black with #6AC2A6

Text Example


Text Example

White with #6AC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,194,166); }

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

background-color css

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

 a { background-color: rgb(106,194,166); }

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

border-color css

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

 span { border-color: rgb(106,194,166); }

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