#61D5B4

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

Shades of Medium Aquamarine #61D5B4

Tints of Medium Aquamarine #61D5B4

Color information

#61D5B4 (or 0x61D5B4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D5 and B4. RGB value is (97,213,180). Sum of RGB (Red+Green+Blue) = 97+213+180=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #61D5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5B4 is #9E2A4B. Grayscale: #AEAEAE. Windows color (decimal): -10365516 or 11851105. OLE color: 11851105.

HSL color Cylindrical-coordinate representation of color #61D5B4: hue angle of 162.93º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D5B4 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB97213180-
CMYK0.5400.150.16
HSL162.93º58%60.78%-
HSV(B)162.93º54.46%83.53%-
XYZ36.9653.4351.54-
YUV174.55131.0772.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.80%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=19.80%
G=43.47%
B=36.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972131800.5400.150.16162.935860.78
Hex61D5B4360F10a33a3d
Octal14132526466017202437275
Binary11000011101010110110100110110011111000010100011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,213,180); }

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

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

 a { background-color: rgb(97,213,180); }

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

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

 span { border-color: rgb(97,213,180); }

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