#61FAA4

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

Shades of Medium Aquamarine #61FAA4

Tints of Medium Aquamarine #61FAA4

Color information

#61FAA4 (or 0x61FAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FA and A4. RGB value is (97,250,164). Sum of RGB (Red+Green+Blue) = 97+250+164=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FAA4 is #9E055B. Grayscale: #C2C2C2. Windows color (decimal): -10356060 or 10812001. OLE color: 10812001.

HSL color Cylindrical-coordinate representation of color #61FAA4: hue angle of 146.27º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FAA4 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB97250164-
CMYK0.6100.340.02
HSL146.27º93.87%68.04%-
HSV(B)146.27º61.2%98.04%-
XYZ45.8273.5946.91-
YUV194.45110.8158.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.98%
GREEN value IS 250 (98.05% from 255) = 48.92%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=18.98%
G=48.92%
B=32.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501640.6100.340.02146.2793.8768.04
Hex61FAA43D0222925e44
Octal141372244750422222136104
Binary110000111111010101001001111010100010101001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,250,164); }

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

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

 a { background-color: rgb(97,250,164); }

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

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

 span { border-color: rgb(97,250,164); }

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