#61CDA5

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

Shades of Medium Aquamarine #61CDA5

Tints of Medium Aquamarine #61CDA5

Color information

#61CDA5 (or 0x61CDA5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and A5. RGB value is (97,205,165). Sum of RGB (Red+Green+Blue) = 97+205+165=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDA5 is #9E325A. Grayscale: #A8A8A8. Windows color (decimal): -10367579 or 10866017. OLE color: 10866017.

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

Color convert

RGB97205165-
CMYK0.5300.200.20
HSL157.78º51.92%59.22%-
HSV(B)157.78º52.68%80.39%-
XYZ33.5548.9243.27-
YUV168.15126.2277.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=20.77%
G=43.90%
B=35.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051650.5300.200.20157.7851.9259.22
Hex61CDA535014149e343b
Octal14131524565024242366473
Binary110000111001101101001011101010101001010010011110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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