#61F1A5

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

Shades of Medium Aquamarine #61F1A5

Tints of Medium Aquamarine #61F1A5

Color information

#61F1A5 (or 0x61F1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F1 and A5. RGB value is (97,241,165). Sum of RGB (Red+Green+Blue) = 97+241+165=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #61F1A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F1A5 is #9E0E5A. Grayscale: #BDBDBD. Windows color (decimal): -10358363 or 10875233. OLE color: 10875233.

HSL color Cylindrical-coordinate representation of color #61F1A5: hue angle of 148.33º 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 #61F1A5 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB97241165-
CMYK0.6000.320.05
HSL148.33º83.72%66.27%-
HSV(B)148.33º59.75%94.51%-
XYZ43.1868.1746.48-
YUV189.28114.2962.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.28%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 165 (64.84% from 255) = 32.80%
R=19.28%
G=47.91%
B=32.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal972411650.6000.320.05148.3383.7266.27
Hex61F1A53C0205945442
Octal141361245740405224124102
Binary1100001111100011010010111110001000001011001010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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