#66FADF

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

Shades of Aquamarine #66FADF

Tints of Aquamarine #66FADF

Color information

#66FADF (or 0x66FADF) is unknown color: approx Aquamarine. HEX triplet: 66, FA and DF. RGB value is (102,250,223). Sum of RGB (Red+Green+Blue) = 102+250+223=575 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.74% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #66FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FADF is #990520. Grayscale: #CACACA. Windows color (decimal): -10028321 or 14678630. OLE color: 14678630.

HSL color Cylindrical-coordinate representation of color #66FADF: hue angle of 169.05º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66FADF is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB102250223-
CMYK0.5900.110.02
HSL169.05º93.67%69.02%-
HSV(B)169.05º59.2%98.04%-
XYZ52.9876.5281.79-
YUV202.67139.4756.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.74%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=17.74%
G=43.48%
B=38.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022502230.5900.110.02169.0593.6769.02
Hex66FADF3B0B2a95e45
Octal146372337730132251136105
Binary1100110111110101101111111101101011101010100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,250,223); }

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

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

 a { background-color: rgb(102,250,223); }

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

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

 span { border-color: rgb(102,250,223); }

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