#66F9BA

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

Shades of Aquamarine #66F9BA

Tints of Aquamarine #66F9BA

Color information

#66F9BA (or 0x66F9BA) is unknown color: approx Aquamarine. HEX triplet: 66, F9 and BA. RGB value is (102,249,186). Sum of RGB (Red+Green+Blue) = 102+249+186=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9BA is #990645. Grayscale: #C5C5C5. Windows color (decimal): -10028614 or 12253542. OLE color: 12253542.

HSL color Cylindrical-coordinate representation of color #66F9BA: hue angle of 154.29º degrees, saturation: 0.92, 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 #66F9BA is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB102249186-
CMYK0.5900.250.02
HSL154.29º92.45%68.82%-
HSV(B)154.29º59.04%97.65%-
XYZ48.2274.1258.22-
YUV197.86121.359.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.99%
GREEN value IS 249 (97.66% from 255) = 46.37%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=18.99%
G=46.37%
B=34.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491860.5900.250.02154.2992.4568.82
Hex66F9BA3B01929a5c45
Octal146371272730312232134105
Binary11001101111100110111010111011011001101001101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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