#61FC97

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

Shades of Medium Aquamarine #61FC97

Tints of Medium Aquamarine #61FC97

Color information

#61FC97 (or 0x61FC97) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FC and 97. RGB value is (97,252,151). Sum of RGB (Red+Green+Blue) = 97+252+151=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #61FC97 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FC97 is #9E0368. Grayscale: #C2C2C2. Windows color (decimal): -10355561 or 9960545. OLE color: 9960545.

HSL color Cylindrical-coordinate representation of color #61FC97: hue angle of 140.9º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FC97 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB97252151-
CMYK0.6200.400.01
HSL140.9º96.27%68.43%-
HSV(B)140.9º61.51%98.82%-
XYZ45.3374.441.25-
YUV194.14103.6558.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 252 (98.83% from 255) = 50.4%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=19.4%
G=50.4%
B=30.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972521510.6200.400.01140.996.2768.43
Hex61FC973E02818d6044
Octal141374227760501215140104
Binary11000011111110010010111111110010100011000110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,252,151); }

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

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

 a { background-color: rgb(97,252,151); }

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

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

 span { border-color: rgb(97,252,151); }

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