#61eaa4

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

Shades of Medium Aquamarine #61EAA4

Tints of Medium Aquamarine #61EAA4

Color information

#61EAA4 (or 0x61EAA4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, EA and A4. RGB value is (97,234,164). Sum of RGB (Red+Green+Blue) = 97+234+164=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EAA4 is #9E155B. Grayscale: #B9B9B9. Windows color (decimal): -10360156 or 10807905. OLE color: 10807905.

HSL color Cylindrical-coordinate representation of color #61EAA4: hue angle of 149.34º 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 #61EAA4 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB97234164-
CMYK0.5900.300.08
HSL149.34º76.54%64.9%-
HSV(B)149.34º58.55%91.76%-
XYZ41.0564.0745.32-
YUV185.06116.1165.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 234 (91.80% from 255) = 47.27%
BLUE value IS 164 (64.45% from 255) = 33.13%
R=19.60%
G=47.27%
B=33.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal972341640.5900.300.08149.3476.5464.9
Hex61EAA43B01E8954d41
Octal1413522447303610225115101
Binary1100001111010101010010011101101111010001001010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61eaa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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