#61CDA7

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

Shades of Medium Aquamarine #61CDA7

Tints of Medium Aquamarine #61CDA7

Color information

#61CDA7 (or 0x61CDA7) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CD and A7. RGB value is (97,205,167). Sum of RGB (Red+Green+Blue) = 97+205+167=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CDA7 is #9E3258. Grayscale: #A8A8A8. Windows color (decimal): -10367577 or 10997089. OLE color: 10997089.

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

Color convert

RGB97205167-
CMYK0.5300.190.20
HSL158.89º51.92%59.22%-
HSV(B)158.89º52.68%80.39%-
XYZ33.7448.9944.24-
YUV168.38127.2277.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=20.68%
G=43.71%
B=35.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051670.5300.190.20158.8951.9259.22
Hex61CDA735013149f343b
Octal14131524765023242376473
Binary110000111001101101001111101010100111010010011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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