#61DAAE

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

Shades of Medium Aquamarine #61DAAE

Tints of Medium Aquamarine #61DAAE

Color information

#61DAAE (or 0x61DAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DA and AE. RGB value is (97,218,174). Sum of RGB (Red+Green+Blue) = 97+218+174=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DAAE is #9E2551. Grayscale: #B0B0B0. Windows color (decimal): -10364242 or 11459169. OLE color: 11459169.

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

Color convert

RGB97218174-
CMYK0.5600.200.15
HSL158.18º62.05%61.76%-
HSV(B)158.18º55.5%85.49%-
XYZ37.6455.7448.82-
YUV176.8126.4171.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=19.84%
G=44.58%
B=35.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181740.5600.200.15158.1862.0561.76
Hex61DAAE38014F9e3e3e
Octal14133225670024172367676
Binary11000011101101010101110111000010100111110011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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