#61FBA0

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

Shades of Medium Aquamarine #61FBA0

Tints of Medium Aquamarine #61FBA0

Color information

#61FBA0 (or 0x61FBA0) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FB and A0. RGB value is (97,251,160). Sum of RGB (Red+Green+Blue) = 97+251+160=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FBA0 is #9E045F. Grayscale: #C2C2C2. Windows color (decimal): -10355808 or 10550113. OLE color: 10550113.

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

Color convert

RGB97251160-
CMYK0.6100.360.02
HSL144.55º95.06%68.24%-
HSV(B)144.55º61.35%98.43%-
XYZ45.7774.0745.14-
YUV194.58108.4858.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 251 (98.44% from 255) = 49.41%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=19.09%
G=49.41%
B=31.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972511600.6100.360.02144.5595.0668.24
Hex61FBA03D0242915f44
Octal141373240750442221137104
Binary110000111111011101000001111010100100101001000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,251,160); }

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

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

 a { background-color: rgb(97,251,160); }

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

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

 span { border-color: rgb(97,251,160); }

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