#6ECCA8

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

Shades of Medium Aquamarine #6ECCA8

Tints of Medium Aquamarine #6ECCA8

Color information

#6ECCA8 (or 0x6ECCA8) is unknown color: approx Medium Aquamarine. HEX triplet: 6E, CC and A8. RGB value is (110,204,168). Sum of RGB (Red+Green+Blue) = 110+204+168=482 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.82% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCA8 is #913357. Grayscale: #ABABAB. Windows color (decimal): -9515864 or 11062382. OLE color: 11062382.

HSL color Cylindrical-coordinate representation of color #6ECCA8: hue angle of 157.02º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCA8 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB110204168-
CMYK0.4600.180.2
HSL157.02º47.96%61.57%-
HSV(B)157.02º46.08%80%-
XYZ35.0949.3344.72-
YUV171.79125.8683.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.82%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=22.82%
G=42.32%
B=34.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1102041680.4600.180.2157.0247.9661.57
Hex6ECCA82E012149d303e
Octal15631425056022242356076
Binary110111011001100101010001011100100101010010011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,204,168); }

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

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

 a { background-color: rgb(110,204,168); }

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

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

 span { border-color: rgb(110,204,168); }

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