#61D4A4

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

Shades of Medium Aquamarine #61D4A4

Tints of Medium Aquamarine #61D4A4

Color information

#61D4A4 (or 0x61D4A4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D4 and A4. RGB value is (97,212,164). Sum of RGB (Red+Green+Blue) = 97+212+164=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #61D4A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D4A4 is #9E2B5B. Grayscale: #ACACAC. Windows color (decimal): -10365788 or 10802273. OLE color: 10802273.

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

Color convert

RGB97212164-
CMYK0.5400.230.17
HSL154.96º57.21%60.59%-
HSV(B)154.96º54.25%83.14%-
XYZ35.1752.3143.36-
YUV172.14123.474.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.51%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=20.51%
G=44.82%
B=34.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal972121640.5400.230.17154.9657.2160.59
Hex61D4A436017119b393d
Octal14132424466027212337175
Binary110000111010100101001001101100101111000110011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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