#6CC8AA

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

Shades of Medium Aquamarine #6CC8AA

Tints of Medium Aquamarine #6CC8AA

Color information

#6CC8AA (or 0x6CC8AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6C, C8 and AA. RGB value is (108,200,170). Sum of RGB (Red+Green+Blue) = 108+200+170=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #6CC8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC8AA is #933755. Grayscale: #A9A9A9. Windows color (decimal): -9647958 or 11192428. OLE color: 11192428.

HSL color Cylindrical-coordinate representation of color #6CC8AA: hue angle of 160.43º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6CC8AA is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB108200170-
CMYK0.4600.150.22
HSL160.43º45.54%60.39%-
HSV(B)160.43º46%78.43%-
XYZ34.0947.445.38-
YUV169.07128.5284.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=22.59%
G=41.84%
B=35.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1082001700.4600.150.22160.4345.5460.39
Hex6CC8AA2E0F16a02e3c
Octal15431025256017262405674
Binary11011001100100010101010101110011111011010100000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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