#66EDCE

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

Shades of Aquamarine #66EDCE

Tints of Aquamarine #66EDCE

Color information

#66EDCE (or 0x66EDCE) is unknown color: approx Aquamarine. HEX triplet: 66, ED and CE. RGB value is (102,237,206). Sum of RGB (Red+Green+Blue) = 102+237+206=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDCE is #991231. Grayscale: #C1C1C1. Windows color (decimal): -10031666 or 13561190. OLE color: 13561190.

HSL color Cylindrical-coordinate representation of color #66EDCE: hue angle of 166.22º degrees, saturation: 0.79, 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 #66EDCE is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB102237206-
CMYK0.5700.130.07
HSL166.22º78.95%66.47%-
HSV(B)166.22º56.96%92.94%-
XYZ46.967.8569.02-
YUV193.1135.2763.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.72%
GREEN value IS 237 (92.97% from 255) = 43.49%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=18.72%
G=43.49%
B=37.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022372060.5700.130.07166.2278.9566.47
Hex66EDCE390D7a64f42
Octal146355316710157246117102
Binary11001101110110111001110111001011011111010011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,206); }

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

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

 a { background-color: rgb(102,237,206); }

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

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

 span { border-color: rgb(102,237,206); }

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