#66ECD5

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

Shades of Aquamarine #66ECD5

Tints of Aquamarine #66ECD5

Color information

#66ECD5 (or 0x66ECD5) is unknown color: approx Aquamarine. HEX triplet: 66, EC and D5. RGB value is (102,236,213). Sum of RGB (Red+Green+Blue) = 102+236+213=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66ECD5 is #99132A. Grayscale: #C1C1C1. Windows color (decimal): -10031915 or 14019686. OLE color: 14019686.

HSL color Cylindrical-coordinate representation of color #66ECD5: hue angle of 169.7º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECD5 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB102236213-
CMYK0.5700.100.07
HSL169.7º77.91%66.27%-
HSV(B)169.7º56.78%92.55%-
XYZ47.4967.6273.5-
YUV193.31139.1162.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.51%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=18.51%
G=42.83%
B=38.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022362130.5700.100.07169.777.9166.27
Hex66ECD5390A7aa4e42
Octal146354325710127252116102
Binary11001101110110011010101111001010101111010101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66ECD5; }

 p { color: rgb(102,236,213); }

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

<style>
 a { background-color: #66ECD5; }

 a { background-color: rgb(102,236,213); }

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

<style>
 span { border-color: #66ECD5; }

 span { border-color: rgb(102,236,213); }

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