#61FAA3

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

Shades of Medium Aquamarine #61FAA3

Tints of Medium Aquamarine #61FAA3

Color information

#61FAA3 (or 0x61FAA3) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FA and A3. RGB value is (97,250,163). Sum of RGB (Red+Green+Blue) = 97+250+163=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FAA3 is #9E055C. Grayscale: #C2C2C2. Windows color (decimal): -10356061 or 10746465. OLE color: 10746465.

HSL color Cylindrical-coordinate representation of color #61FAA3: hue angle of 145.88º 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 #61FAA3 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB97250163-
CMYK0.6100.350.02
HSL145.88º93.87%68.04%-
HSV(B)145.88º61.2%98.04%-
XYZ45.7373.5646.44-
YUV194.33110.3158.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=19.02%
G=49.02%
B=31.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501630.6100.350.02145.8893.8768.04
Hex61FAA33D0232925e44
Octal141372243750432222136104
Binary110000111111010101000111111010100011101001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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