Html Css Color HEX #6AC2A2 Medium Aquamarine

📋 copy color: '#6AC2A2'

red 106 ◦ green 194 ◦ blue 162

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

Shades of Medium Aquamarine #6AC2A2

Tints of Medium Aquamarine #6AC2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.06%

R = 22.94%
G = 41.99%
B = 35.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#6AC2A2 (or 0x6AC2A2) is known color: Medium Aquamarine. HEX triplet: 6A, C2 and A2. RGB value is (106,194,162). Sum of RGB (Red+Green+Blue) = 106+194+162=462 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.94% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC2A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC2A2 is #953D5D. Grayscale: #A4A4A4. Windows color (decimal): -9780574 or 10666602. OLE color: 10666602.

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

Color convert

RGB 106 194 162 -
CMYK 0.45 0 0.16 0.24
HSL 158.18º 0.42% 0.59% -
HSV(B) 158.18º 0.45% 0.76% -
XYZ 31.76 44.26 41.05 -
YUV 164.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 106 194 162 0.45 0 0.16 0.24 158.18 0.42 0.59
Hex 6A C2 A2 2D 0 10 18 9E 2A 3B
Octal 152 302 242 55 0 20 30 236 52 73
Binary 1101010 11000010 10100010 101101 0 10000 11000 10011110 101010 111011

Color Harmonies of #6AC2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC2A2

Black with #6AC2A2

Text Example


Text Example

White with #6AC2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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