Html Css Color HEX #6AC3A0 Medium Aquamarine

📋 copy color: '#6AC3A0'

red 106 ◦ green 195 ◦ blue 160

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

Shades of Medium Aquamarine #6AC3A0

Tints of Medium Aquamarine #6AC3A0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.3%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 22.99%
G = 42.3%
B = 34.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#6AC3A0 (or 0x6AC3A0) is known color: Medium Aquamarine. HEX triplet: 6A, C3 and A0. RGB value is (106,195,160). Sum of RGB (Red+Green+Blue) = 106+195+160=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC3A0 is #953C5F. Grayscale: #A4A4A4. Windows color (decimal): -9780320 or 10535786. OLE color: 10535786.

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

Color convert

RGB 106 195 160 -
CMYK 0.46 0 0.18 0.24
HSL 156.4º 0.43% 0.59% -
HSV(B) 156.4º 0.46% 0.76% -
XYZ 31.8 44.63 40.2 -
YUV 164.4 125.51 86.35 -
System Red Green Blue C M Y K H S L
Decimal 106 195 160 0.46 0 0.18 0.24 156.4 0.43 0.59
Hex 6A C3 A0 2E 0 12 18 9C 2B 3B
Octal 152 303 240 56 0 22 30 234 53 73
Binary 1101010 11000011 10100000 101110 0 10010 11000 10011100 101011 111011

Color Harmonies of #6AC3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC3A0

Black with #6AC3A0

Text Example


Text Example

White with #6AC3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,195,160); }

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

background-color css

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

 a { background-color: rgb(106,195,160); }

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

border-color css

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

 span { border-color: rgb(106,195,160); }

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