#61D4B5

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

Shades of Medium Aquamarine #61D4B5

Tints of Medium Aquamarine #61D4B5

Color information

#61D4B5 (or 0x61D4B5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D4 and B5. RGB value is (97,212,181). Sum of RGB (Red+Green+Blue) = 97+212+181=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4B5 is #9E2B4A. Grayscale: #AEAEAE. Windows color (decimal): -10365771 or 11916385. OLE color: 11916385.

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

Color convert

RGB97212181-
CMYK0.5400.150.17
HSL163.83º57.21%60.59%-
HSV(B)163.83º54.25%83.14%-
XYZ36.8152.9652-
YUV174.08131.973.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.80%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=19.80%
G=43.27%
B=36.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121810.5400.150.17163.8357.2160.59
Hex61D4B5360F11a4393d
Octal14132426566017212447175
Binary11000011101010010110101110110011111000110100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,212,181); }

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

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

 a { background-color: rgb(97,212,181); }

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

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

 span { border-color: rgb(97,212,181); }

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