#61CDAB

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

Shades of Medium Aquamarine #61CDAB

Tints of Medium Aquamarine #61CDAB

Color information

#61CDAB (or 0x61CDAB) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and AB. RGB value is (97,205,171). Sum of RGB (Red+Green+Blue) = 97+205+171=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDAB is #9E3254. Grayscale: #A8A8A8. Windows color (decimal): -10367573 or 11259233. OLE color: 11259233.

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

Color convert

RGB97205171-
CMYK0.5300.170.20
HSL161.11º51.92%59.22%-
HSV(B)161.11º52.68%80.39%-
XYZ34.1149.1446.22-
YUV168.83129.2276.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.51%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=20.51%
G=43.34%
B=36.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051710.5300.170.20161.1151.9259.22
Hex61CDAB3501114a1343b
Octal14131525365021242416473
Binary110000111001101101010111101010100011010010100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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