#66F9A5

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

Shades of Medium Aquamarine #66F9A5

Tints of Medium Aquamarine #66F9A5

Color information

#66F9A5 (or 0x66F9A5) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F9 and A5. RGB value is (102,249,165). Sum of RGB (Red+Green+Blue) = 102+249+165=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F9A5 is #99065A. Grayscale: #C3C3C3. Windows color (decimal): -10028635 or 10877286. OLE color: 10877286.

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

Color convert

RGB102249165-
CMYK0.5900.340.02
HSL145.71º92.45%68.82%-
HSV(B)145.71º59.04%97.65%-
XYZ46.1573.2947.31-
YUV195.47110.861.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.77%
GREEN value IS 249 (97.66% from 255) = 48.26%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=19.77%
G=48.26%
B=31.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1022491650.5900.340.02145.7192.4568.82
Hex66F9A53B0222925c45
Octal146371245730422222134105
Binary110011011111001101001011110110100010101001001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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