#61F5A5

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

Shades of Medium Aquamarine #61F5A5

Tints of Medium Aquamarine #61F5A5

Color information

#61F5A5 (or 0x61F5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F5 and A5. RGB value is (97,245,165). Sum of RGB (Red+Green+Blue) = 97+245+165=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #61F5A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F5A5 is #9E0A5A. Grayscale: #BFBFBF. Windows color (decimal): -10357339 or 10876257. OLE color: 10876257.

HSL color Cylindrical-coordinate representation of color #61F5A5: hue angle of 147.57º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F5A5 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB97245165-
CMYK0.6000.330.04
HSL147.57º88.1%67.06%-
HSV(B)147.57º60.41%96.08%-
XYZ44.3770.5646.88-
YUV191.63112.9760.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.13%
GREEN value IS 245 (96.09% from 255) = 48.32%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=19.13%
G=48.32%
B=32.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972451650.6000.330.04147.5788.167.06
Hex61F5A53C0214945843
Octal141365245740414224130103
Binary1100001111101011010010111110001000011001001010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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