Html Css Color HEX #6AC1AC Medium Aquamarine

📋 copy color: '#6AC1AC'

red 106 ◦ green 193 ◦ blue 172

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

Shades of Medium Aquamarine #6AC1AC

Tints of Medium Aquamarine #6AC1AC

RGB

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

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

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

R = 22.51%
G = 40.98%
B = 36.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#6AC1AC (or 0x6AC1AC) is known color: Medium Aquamarine. HEX triplet: 6A, C1 and AC. RGB value is (106,193,172). Sum of RGB (Red+Green+Blue) = 106+193+172=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC1AC is #953E53. Grayscale: #A4A4A4. Windows color (decimal): -9780820 or 11321706. OLE color: 11321706.

HSL color Cylindrical-coordinate representation of color #6AC1AC: hue angle of 165.52º degrees, saturation: 0.41, 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 #6AC1AC is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 193 172 -
CMYK 0.45 0 0.11 0.24
HSL 165.52º 0.41% 0.59% -
HSV(B) 165.52º 0.45% 0.76% -
XYZ 32.46 44.18 45.85 -
YUV 164.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 106 193 172 0.45 0 0.11 0.24 165.52 0.41 0.59
Hex 6A C1 AC 2D 0 B 18 A6 29 3B
Octal 152 301 254 55 0 13 30 246 51 73
Binary 1101010 11000001 10101100 101101 0 1011 11000 10100110 101001 111011

Color Harmonies of #6AC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC1AC

Black with #6AC1AC

Text Example


Text Example

White with #6AC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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