#66F1DC

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

Shades of Aquamarine #66F1DC

Tints of Aquamarine #66F1DC

Color information

#66F1DC (or 0x66F1DC) is unknown color: approx Aquamarine. HEX triplet: 66, F1 and DC. RGB value is (102,241,220). Sum of RGB (Red+Green+Blue) = 102+241+220=563 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.12% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1DC is #990E23. Grayscale: #C4C4C4. Windows color (decimal): -10030628 or 14479718. OLE color: 14479718.

HSL color Cylindrical-coordinate representation of color #66F1DC: hue angle of 170.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1DC is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB102241220-
CMYK0.5800.090.05
HSL170.94º83.23%67.25%-
HSV(B)170.94º57.68%94.51%-
XYZ49.8570.978.77-
YUV197.04140.9560.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.12%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=18.12%
G=42.81%
B=39.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022412200.5800.090.05170.9483.2367.25
Hex66F1DC3A095ab5343
Octal146361334720115253123103
Binary11001101111000111011100111010010011011010101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,241,220); }

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

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

 a { background-color: rgb(102,241,220); }

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

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

 span { border-color: rgb(102,241,220); }

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