#6AEECC

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

Shades of Aquamarine #6AEECC

Tints of Aquamarine #6AEECC

Color information

#6AEECC (or 0x6AEECC) is unknown color: approx Aquamarine. HEX triplet: 6A, EE and CC. RGB value is (106,238,204). Sum of RGB (Red+Green+Blue) = 106+238+204=548 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.34% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEECC is #951133. Grayscale: #C2C2C2. Windows color (decimal): -9769268 or 13430378. OLE color: 13430378.

HSL color Cylindrical-coordinate representation of color #6AEECC: hue angle of 164.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEECC is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB106238204-
CMYK0.5500.140.07
HSL164.55º79.52%67.45%-
HSV(B)164.55º55.46%93.33%-
XYZ47.4268.5767.86-
YUV194.66133.2764.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.34%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=19.34%
G=43.43%
B=37.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062382040.5500.140.07164.5579.5267.45
Hex6AEECC370E7a55043
Octal152356314670167245120103
Binary11010101110111011001100110111011101111010010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,238,204); }

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

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

 a { background-color: rgb(106,238,204); }

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

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

 span { border-color: rgb(106,238,204); }

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