#66D5AE

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

Shades of Medium Aquamarine #66D5AE

Tints of Medium Aquamarine #66D5AE

Color information

#66D5AE (or 0x66D5AE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D5 and AE. RGB value is (102,213,174). Sum of RGB (Red+Green+Blue) = 102+213+174=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5AE is #992A51. Grayscale: #AFAFAF. Windows color (decimal): -10037842 or 11457894. OLE color: 11457894.

HSL color Cylindrical-coordinate representation of color #66D5AE: hue angle of 158.92º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5AE is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB102213174-
CMYK0.5200.180.16
HSL158.92º56.92%61.76%-
HSV(B)158.92º52.11%83.53%-
XYZ36.9153.4748.42-
YUV175.36127.2375.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.86%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=20.86%
G=43.56%
B=35.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131740.5200.180.16158.9256.9261.76
Hex66D5AE34012109f393e
Octal14632525664022202377176
Binary110011011010101101011101101000100101000010011111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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