#61CDAC

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

Shades of Medium Aquamarine #61CDAC

Tints of Medium Aquamarine #61CDAC

Color information

#61CDAC (or 0x61CDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and AC. RGB value is (97,205,172). Sum of RGB (Red+Green+Blue) = 97+205+172=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDAC is #9E3253. Grayscale: #A8A8A8. Windows color (decimal): -10367572 or 11324769. OLE color: 11324769.

HSL color Cylindrical-coordinate representation of color #61CDAC: hue angle of 161.67º 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 #61CDAC is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB97205172-
CMYK0.5300.160.20
HSL161.67º51.92%59.22%-
HSV(B)161.67º52.68%80.39%-
XYZ34.2149.1846.72-
YUV168.95129.7276.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=20.46%
G=43.25%
B=36.29%

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
Decimal972051720.5300.160.20161.6751.9259.22
Hex61CDAC3501014a2343b
Octal14131525465020242426473
Binary110000111001101101011001101010100001010010100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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