Html Css Color HEX #6AC0A8 Medium Aquamarine

📋 copy color: '#6AC0A8'

red 106 ◦ green 192 ◦ blue 168

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

Shades of Medium Aquamarine #6AC0A8

Tints of Medium Aquamarine #6AC0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 22.75%
G = 41.2%
B = 36.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#6AC0A8 (or 0x6AC0A8) is known color: Medium Aquamarine. HEX triplet: 6A, C0 and A8. RGB value is (106,192,168). Sum of RGB (Red+Green+Blue) = 106+192+168=466 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.75% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC0A8 is #953F57. Grayscale: #A3A3A3. Windows color (decimal): -9781080 or 11059306. OLE color: 11059306.

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

Color convert

RGB 106 192 168 -
CMYK 0.45 0 0.12 0.25
HSL 163.26º 0.41% 0.58% -
HSV(B) 163.26º 0.45% 0.75% -
XYZ 31.86 43.59 43.78 -
YUV 163.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 106 192 168 0.45 0 0.12 0.25 163.26 0.41 0.58
Hex 6A C0 A8 2D 0 C 19 A3 29 3A
Octal 152 300 250 55 0 14 31 243 51 72
Binary 1101010 11000000 10101000 101101 0 1100 11001 10100011 101001 111010

Color Harmonies of #6AC0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0A8

Black with #6AC0A8

Text Example


Text Example

White with #6AC0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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