#61FC98

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

Shades of Medium Aquamarine #61FC98

Tints of Medium Aquamarine #61FC98

Color information

#61FC98 (or 0x61FC98) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FC and 98. RGB value is (97,252,152). Sum of RGB (Red+Green+Blue) = 97+252+152=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #61FC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FC98 is #9E0367. Grayscale: #C2C2C2. Windows color (decimal): -10355560 or 10026081. OLE color: 10026081.

HSL color Cylindrical-coordinate representation of color #61FC98: hue angle of 141.29º 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 #61FC98 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB97252152-
CMYK0.6200.400.01
HSL141.29º96.27%68.43%-
HSV(B)141.29º61.51%98.82%-
XYZ45.4174.4341.68-
YUV194.25104.1558.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 252 (98.83% from 255) = 50.30%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=19.36%
G=50.30%
B=30.34%

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
Decimal972521520.6200.400.01141.2996.2768.43
Hex61FC983E02818d6044
Octal141374230760501215140104
Binary11000011111110010011000111110010100011000110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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