#66F6BA

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

Shades of Aquamarine #66F6BA

Tints of Aquamarine #66F6BA

Color information

#66F6BA (or 0x66F6BA) is unknown color: approx Aquamarine. HEX triplet: 66, F6 and BA. RGB value is (102,246,186). Sum of RGB (Red+Green+Blue) = 102+246+186=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #66F6BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F6BA is #990945. Grayscale: #C4C4C4. Windows color (decimal): -10029382 or 12252774. OLE color: 12252774.

HSL color Cylindrical-coordinate representation of color #66F6BA: hue angle of 155º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F6BA is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB102246186-
CMYK0.5900.240.04
HSL155º88.89%68.24%-
HSV(B)155º58.54%96.47%-
XYZ47.372.2857.91-
YUV196.1122.2960.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.10%
GREEN value IS 246 (96.48% from 255) = 46.07%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=19.10%
G=46.07%
B=34.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022461860.5900.240.0415588.8968.24
Hex66F6BA3B01849b5944
Octal146366272730304233131104
Binary110011011110110101110101110110110001001001101110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,246,186); }

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

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

 a { background-color: rgb(102,246,186); }

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

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

 span { border-color: rgb(102,246,186); }

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