Html Css Color HEX #6AC0AD Medium Aquamarine

📋 copy color: '#6AC0AD'

red 106 ◦ green 192 ◦ blue 173

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

Shades of Medium Aquamarine #6AC0AD

Tints of Medium Aquamarine #6AC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.76%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 22.51%
G = 40.76%
B = 36.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6AC0AD (or 0x6AC0AD) is known color: Medium Aquamarine. HEX triplet: 6A, C0 and AD. RGB value is (106,192,173). Sum of RGB (Red+Green+Blue) = 106+192+173=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0AD is #953F52. Grayscale: #A4A4A4. Windows color (decimal): -9781075 or 11386986. OLE color: 11386986.

HSL color Cylindrical-coordinate representation of color #6AC0AD: hue angle of 166.74º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC0AD is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 173 -
CMYK 0.45 0 0.10 0.25
HSL 166.74º 0.41% 0.58% -
HSV(B) 166.74º 0.45% 0.75% -
XYZ 32.34 43.78 46.28 -
YUV 164.12 133.01 86.54 -
System Red Green Blue C M Y K H S L
Decimal 106 192 173 0.45 0 0.10 0.25 166.74 0.41 0.58
Hex 6A C0 AD 2D 0 A 19 A7 29 3A
Octal 152 300 255 55 0 12 31 247 51 72
Binary 1101010 11000000 10101101 101101 0 1010 11001 10100111 101001 111010

Color Harmonies of #6AC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0AD

Black with #6AC0AD

Text Example


Text Example

White with #6AC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,192,173); }

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

background-color css

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

 a { background-color: rgb(106,192,173); }

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

border-color css

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

 span { border-color: rgb(106,192,173); }

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