#6AECD1

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

Shades of Aquamarine #6AECD1

Tints of Aquamarine #6AECD1

Color information

#6AECD1 (or 0x6AECD1) is unknown color: approx Aquamarine. HEX triplet: 6A, EC and D1. RGB value is (106,236,209). Sum of RGB (Red+Green+Blue) = 106+236+209=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AECD1 is #95132E. Grayscale: #C2C2C2. Windows color (decimal): -9769775 or 13757546. OLE color: 13757546.

HSL color Cylindrical-coordinate representation of color #6AECD1: hue angle of 167.54º degrees, saturation: 0.77, 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 #6AECD1 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB106236209-
CMYK0.5500.110.07
HSL167.54º77.38%67.06%-
HSV(B)167.54º55.08%92.55%-
XYZ47.4567.6670.88-
YUV194.05136.4365.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.24%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=19.24%
G=42.83%
B=37.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062362090.5500.110.07167.5477.3867.06
Hex6AECD1370B7a84d43
Octal152354321670137250115103
Binary11010101110110011010001110111010111111010100010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,236,209); }

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

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

 a { background-color: rgb(106,236,209); }

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

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

 span { border-color: rgb(106,236,209); }

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