#6EECD8

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

Shades of Aquamarine #6EECD8

Tints of Aquamarine #6EECD8

Color information

#6EECD8 (or 0x6EECD8) is unknown color: approx Aquamarine. HEX triplet: 6E, EC and D8. RGB value is (110,236,216). Sum of RGB (Red+Green+Blue) = 110+236+216=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECD8 is #911327. Grayscale: #C3C3C3. Windows color (decimal): -9507624 or 14216302. OLE color: 14216302.

HSL color Cylindrical-coordinate representation of color #6EECD8: hue angle of 170.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECD8 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB110236216-
CMYK0.5300.080.07
HSL170.48º76.83%67.84%-
HSV(B)170.48º53.39%92.55%-
XYZ48.8268.2675.57-
YUV196.05139.2666.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 19.57%
GREEN value IS 236 (92.58% from 255) = 41.99%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=19.57%
G=41.99%
B=38.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1102362160.5300.080.07170.4876.8367.84
Hex6EECD835087aa4d44
Octal156354330650107252115104
Binary11011101110110011011000110101010001111010101010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,236,216); }

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

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

 a { background-color: rgb(110,236,216); }

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

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

 span { border-color: rgb(110,236,216); }

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