#66F1D0

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

Shades of Aquamarine #66F1D0

Tints of Aquamarine #66F1D0

Color information

#66F1D0 (or 0x66F1D0) is unknown color: approx Aquamarine. HEX triplet: 66, F1 and D0. RGB value is (102,241,208). Sum of RGB (Red+Green+Blue) = 102+241+208=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1D0 is #990E2F. Grayscale: #C3C3C3. Windows color (decimal): -10030640 or 13693286. OLE color: 13693286.

HSL color Cylindrical-coordinate representation of color #66F1D0: hue angle of 165.76º 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 #66F1D0 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB102241208-
CMYK0.5800.140.05
HSL165.76º83.23%67.25%-
HSV(B)165.76º57.68%94.51%-
XYZ48.3270.2970.69-
YUV195.68134.9561.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.51%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=18.51%
G=43.74%
B=37.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022412080.5800.140.05165.7683.2367.25
Hex66F1D03A0E5a65343
Octal146361320720165246123103
Binary11001101111000111010000111010011101011010011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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