#66FEDA

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

Shades of Aquamarine #66FEDA

Tints of Aquamarine #66FEDA

Color information

#66FEDA (or 0x66FEDA) is unknown color: approx Aquamarine. HEX triplet: 66, FE and DA. RGB value is (102,254,218). Sum of RGB (Red+Green+Blue) = 102+254+218=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FEDA is #990125. Grayscale: #CCCCCC. Windows color (decimal): -10027302 or 14351974. OLE color: 14351974.

HSL color Cylindrical-coordinate representation of color #66FEDA: hue angle of 165.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FEDA is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB102254218-
CMYK0.6000.140.00
HSL165.79º98.7%69.8%-
HSV(B)165.79º59.84%99.61%-
XYZ53.5878.7778.71-
YUV204.45135.6454.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.77%
GREEN value IS 254 (99.61% from 255) = 44.25%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=17.77%
G=44.25%
B=37.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022542180.6000.140.00165.7998.769.8
Hex66FEDA3C0E0a66346
Octal146376332740160246143106
Binary110011011111110110110101111000111001010011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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