#61CDAD

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

Shades of Medium Aquamarine #61CDAD

Tints of Medium Aquamarine #61CDAD

Color information

#61CDAD (or 0x61CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and AD. RGB value is (97,205,173). Sum of RGB (Red+Green+Blue) = 97+205+173=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDAD is #9E3252. Grayscale: #A9A9A9. Windows color (decimal): -10367571 or 11390305. OLE color: 11390305.

HSL color Cylindrical-coordinate representation of color #61CDAD: hue angle of 162.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDAD is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB97205173-
CMYK0.5300.160.20
HSL162.22º51.92%59.22%-
HSV(B)162.22º52.68%80.39%-
XYZ34.349.2247.23-
YUV169.06130.2276.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=20.42%
G=43.16%
B=36.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051730.5300.160.20162.2251.9259.22
Hex61CDAD3501014a2343b
Octal14131525565020242426473
Binary110000111001101101011011101010100001010010100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,173); }

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

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

 a { background-color: rgb(97,205,173); }

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

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

 span { border-color: rgb(97,205,173); }

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