#61DAAA

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

Shades of Medium Aquamarine #61DAAA

Tints of Medium Aquamarine #61DAAA

Color information

#61DAAA (or 0x61DAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DA and AA. RGB value is (97,218,170). Sum of RGB (Red+Green+Blue) = 97+218+170=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DAAA is #9E2555. Grayscale: #B0B0B0. Windows color (decimal): -10364246 or 11197025. OLE color: 11197025.

HSL color Cylindrical-coordinate representation of color #61DAAA: hue angle of 156.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DAAA is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB97218170-
CMYK0.5600.220.15
HSL156.2º62.05%61.76%-
HSV(B)156.2º55.5%85.49%-
XYZ37.2655.5946.8-
YUV176.35124.4171.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=20%
G=44.95%
B=35.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181700.5600.220.15156.262.0561.76
Hex61DAAA38016F9c3e3e
Octal14133225270026172347676
Binary11000011101101010101010111000010110111110011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,170); }

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

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

 a { background-color: rgb(97,218,170); }

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

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

 span { border-color: rgb(97,218,170); }

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