#61D3B1

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

Shades of Medium Aquamarine #61D3B1

Tints of Medium Aquamarine #61D3B1

Color information

#61D3B1 (or 0x61D3B1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D3 and B1. RGB value is (97,211,177). Sum of RGB (Red+Green+Blue) = 97+211+177=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #61D3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D3B1 is #9E2C4E. Grayscale: #ADADAD. Windows color (decimal): -10366031 or 11653985. OLE color: 11653985.

HSL color Cylindrical-coordinate representation of color #61D3B1: hue angle of 162.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D3B1 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB97211177-
CMYK0.5400.160.17
HSL162.11º56.44%60.39%-
HSV(B)162.11º54.03%82.75%-
XYZ36.1652.349.78-
YUV173.04130.2373.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 177 (69.53% from 255) = 36.49%
R=20%
G=43.51%
B=36.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972111770.5400.160.17162.1156.4460.39
Hex61D3B13601011a2383c
Octal14132326166020212427074
Binary110000111010011101100011101100100001000110100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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