#61CD9D

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

Shades of Medium Aquamarine #61CD9D

Tints of Medium Aquamarine #61CD9D

Color information

#61CD9D (or 0x61CD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and 9D. RGB value is (97,205,157). Sum of RGB (Red+Green+Blue) = 97+205+157=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CD9D is #9E3262. Grayscale: #A7A7A7. Windows color (decimal): -10367587 or 10341729. OLE color: 10341729.

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

Color convert

RGB97205157-
CMYK0.5300.230.20
HSL153.33º51.92%59.22%-
HSV(B)153.33º52.68%80.39%-
XYZ32.8548.6439.56-
YUV167.24122.2277.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.13%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=21.13%
G=44.66%
B=34.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051570.5300.230.20153.3351.9259.22
Hex61CD9D350171499343b
Octal14131523565027242316473
Binary110000111001101100111011101010101111010010011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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