#61EA98

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

Shades of Medium Aquamarine #61EA98

Tints of Medium Aquamarine #61EA98

Color information

#61EA98 (or 0x61EA98) is unknown color: approx Medium Aquamarine. HEX triplet: 61, EA and 98. RGB value is (97,234,152). Sum of RGB (Red+Green+Blue) = 97+234+152=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA98 is #9E1567. Grayscale: #B7B7B7. Windows color (decimal): -10360168 or 10021473. OLE color: 10021473.

HSL color Cylindrical-coordinate representation of color #61EA98: hue angle of 144.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EA98 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB97234152-
CMYK0.5900.350.08
HSL144.09º76.54%64.9%-
HSV(B)144.09º58.55%91.76%-
XYZ40.0263.6539.88-
YUV183.69110.1166.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 234 (91.80% from 255) = 48.45%
BLUE value IS 152 (59.77% from 255) = 31.47%
R=20.08%
G=48.45%
B=31.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341520.5900.350.08144.0976.5464.9
Hex61EA983B0238904d41
Octal1413522307304310220115101
Binary11000011110101010011000111011010001110001001000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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