#6CC0AA

Color #6CC0AA Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6CC0AA

Tints of Medium Aquamarine #6CC0AA

Color information

#6CC0AA (or 0x6CC0AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C0 and AA. RGB value is (108,192,170). Sum of RGB (Red+Green+Blue) = 108+192+170=470 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.98% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC0AA is #933F55. Grayscale: #A4A4A4. Windows color (decimal): -9650006 or 11190380. OLE color: 11190380.

HSL color Cylindrical-coordinate representation of color #6CC0AA: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0AA is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB108192170-
CMYK0.4400.110.25
HSL164.29º40%58.82%-
HSV(B)164.29º43.75%75.29%-
XYZ32.2943.7944.78-
YUV164.38131.1787.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.98%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=22.98%
G=40.85%
B=36.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081921700.4400.110.25164.294058.82
Hex6CC0AA2C0B19a4283b
Octal15430025254013312445073
Binary11011001100000010101010101100010111100110100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,192,170); }

 H1.HeaderClassName
 {
   color: #6CC0AA;
 }
 .AnyTagClassName
 {
   color: #6CC0AA;
 }
</style>
background-color css

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

 a { background-color: rgb(108,192,170); }

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

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

 span { border-color: rgb(108,192,170); }

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