#61F1A6

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

Shades of Medium Aquamarine #61F1A6

Tints of Medium Aquamarine #61F1A6

Color information

#61F1A6 (or 0x61F1A6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F1 and A6. RGB value is (97,241,166). Sum of RGB (Red+Green+Blue) = 97+241+166=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F1A6 is #9E0E59. Grayscale: #BDBDBD. Windows color (decimal): -10358362 or 10940769. OLE color: 10940769.

HSL color Cylindrical-coordinate representation of color #61F1A6: hue angle of 148.75º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F1A6 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB97241166-
CMYK0.6000.310.05
HSL148.75º83.72%66.27%-
HSV(B)148.75º59.75%94.51%-
XYZ43.2768.2146.96-
YUV189.39114.7962.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 166 (65.23% from 255) = 32.94%
R=19.25%
G=47.82%
B=32.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972411660.6000.310.05148.7583.7266.27
Hex61F1A63C01F5955442
Octal141361246740375225124102
Binary110000111110001101001101111000111111011001010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F1A6; }

 p { color: rgb(97,241,166); }

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

<style>
 a { background-color: #61F1A6; }

 a { background-color: rgb(97,241,166); }

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

<style>
 span { border-color: #61F1A6; }

 span { border-color: rgb(97,241,166); }

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