#61E1B1

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

Shades of Medium Aquamarine #61E1B1

Tints of Medium Aquamarine #61E1B1

Color information

#61E1B1 (or 0x61E1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, E1 and B1. RGB value is (97,225,177). Sum of RGB (Red+Green+Blue) = 97+225+177=499 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.44% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E1B1 is #9E1E4E. Grayscale: #B5B5B5. Windows color (decimal): -10362447 or 11657569. OLE color: 11657569.

HSL color Cylindrical-coordinate representation of color #61E1B1: hue angle of 157.5º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1B1 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB97225177-
CMYK0.5700.210.12
HSL157.5º68.09%63.14%-
HSV(B)157.5º56.89%88.24%-
XYZ39.7959.5751-
YUV181.26125.5967.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.44%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=19.44%
G=45.09%
B=35.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal972251770.5700.210.12157.568.0963.14
Hex61E1B139015C9e443f
Octal141341261710251423610477
Binary110000111100001101100011110010101011100100111101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61E1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,225,177); }

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

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

 a { background-color: rgb(97,225,177); }

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

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

 span { border-color: rgb(97,225,177); }

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