#61D4B6

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

Shades of Medium Aquamarine #61D4B6

Tints of Medium Aquamarine #61D4B6

Color information

#61D4B6 (or 0x61D4B6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D4 and B6. RGB value is (97,212,182). Sum of RGB (Red+Green+Blue) = 97+212+182=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D4B6 is #9E2B49. Grayscale: #AEAEAE. Windows color (decimal): -10365770 or 11981921. OLE color: 11981921.

HSL color Cylindrical-coordinate representation of color #61D4B6: hue angle of 164.35º 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 #61D4B6 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB97212182-
CMYK0.5400.140.17
HSL164.35º57.21%60.59%-
HSV(B)164.35º54.25%83.14%-
XYZ36.9253.0152.54-
YUV174.2132.472.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=19.76%
G=43.18%
B=37.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121820.5400.140.17164.3557.2160.59
Hex61D4B6360E11a4393d
Octal14132426666016212447175
Binary11000011101010010110110110110011101000110100100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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