#66DAAE

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

Shades of Medium Aquamarine #66DAAE

Tints of Medium Aquamarine #66DAAE

Color information

#66DAAE (or 0x66DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DA and AE. RGB value is (102,218,174). Sum of RGB (Red+Green+Blue) = 102+218+174=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DAAE is #992551. Grayscale: #B2B2B2. Windows color (decimal): -10036562 or 11459174. OLE color: 11459174.

HSL color Cylindrical-coordinate representation of color #66DAAE: hue angle of 157.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAAE is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB102218174-
CMYK0.5300.200.15
HSL157.24º61.05%62.75%-
HSV(B)157.24º53.21%85.49%-
XYZ38.1956.0248.85-
YUV178.3125.5773.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=20.65%
G=44.13%
B=35.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181740.5300.200.15157.2461.0562.75
Hex66DAAE35014F9d3d3f
Octal14633225665024172357577
Binary11001101101101010101110110101010100111110011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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