#61DDA3

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

Shades of Medium Aquamarine #61DDA3

Tints of Medium Aquamarine #61DDA3

Color information

#61DDA3 (or 0x61DDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DD and A3. RGB value is (97,221,163). Sum of RGB (Red+Green+Blue) = 97+221+163=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDA3 is #9E225C. Grayscale: #B1B1B1. Windows color (decimal): -10363485 or 10739041. OLE color: 10739041.

HSL color Cylindrical-coordinate representation of color #61DDA3: hue angle of 151.94º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDA3 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB97221163-
CMYK0.5600.260.13
HSL151.94º64.58%62.35%-
HSV(B)151.94º56.11%86.67%-
XYZ37.456.943.66-
YUV177.31119.9270.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 163 (64.06% from 255) = 33.89%
R=20.17%
G=45.95%
B=33.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972211630.5600.260.13151.9464.5862.35
Hex61DDA33801AD98413e
Octal141335243700321523010176
Binary110000111011101101000111110000110101101100110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,221,163); }

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

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

 a { background-color: rgb(97,221,163); }

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

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

 span { border-color: rgb(97,221,163); }

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