#66F0A1

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

Shades of Medium Aquamarine #66F0A1

Tints of Medium Aquamarine #66F0A1

Color information

#66F0A1 (or 0x66F0A1) is unknown color: approx Medium Aquamarine. HEX triplet: 66, F0 and A1. RGB value is (102,240,161). Sum of RGB (Red+Green+Blue) = 102+240+161=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F0A1 is #990F5E. Grayscale: #BDBDBD. Windows color (decimal): -10030943 or 10612838. OLE color: 10612838.

HSL color Cylindrical-coordinate representation of color #66F0A1: hue angle of 145.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0A1 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB102240161-
CMYK0.5800.330.06
HSL145.65º82.14%67.06%-
HSV(B)145.65º57.5%94.12%-
XYZ43.0767.7244.52-
YUV189.73111.7865.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.28%
GREEN value IS 240 (94.14% from 255) = 47.71%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=20.28%
G=47.71%
B=32.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1022401610.5800.330.06145.6582.1467.06
Hex66F0A13A0216925243
Octal146360241720416222122103
Binary1100110111100001010000111101001000011101001001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,240,161); }

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

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

 a { background-color: rgb(102,240,161); }

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

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

 span { border-color: rgb(102,240,161); }

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