#61f4af

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

Shades of Medium Aquamarine #61F4AF

Tints of Medium Aquamarine #61F4AF

Color information

#61F4AF (or 0x61F4AF) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F4 and AF. RGB value is (97,244,175). Sum of RGB (Red+Green+Blue) = 97+244+175=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F4AF is #9E0B50. Grayscale: #C0C0C0. Windows color (decimal): -10357585 or 11531361. OLE color: 11531361.

HSL color Cylindrical-coordinate representation of color #61F4AF: hue angle of 151.84º degrees, saturation: 0.87, 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 #61F4AF is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB97244175-
CMYK0.6000.280.04
HSL151.84º86.98%66.86%-
HSV(B)151.84º60.25%95.69%-
XYZ45.0270.3451.76-
YUV192.18118.360.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 244 (95.70% from 255) = 47.29%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=18.80%
G=47.29%
B=33.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal972441750.6000.280.04151.8486.9866.86
Hex61F4AF3C01C4985743
Octal141364257740344230127103
Binary110000111110100101011111111000111001001001100010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f4af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,244,175); }

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

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

 a { background-color: rgb(97,244,175); }

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

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

 span { border-color: rgb(97,244,175); }

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