#61DAB5

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

Shades of Medium Aquamarine #61DAB5

Tints of Medium Aquamarine #61DAB5

Color information

#61DAB5 (or 0x61DAB5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DA and B5. RGB value is (97,218,181). Sum of RGB (Red+Green+Blue) = 97+218+181=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #61DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DAB5 is #9E254A. Grayscale: #B1B1B1. Windows color (decimal): -10364235 or 11917921. OLE color: 11917921.

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

Color convert

RGB97218181-
CMYK0.5600.170.15
HSL161.65º62.05%61.76%-
HSV(B)161.65º55.5%85.49%-
XYZ38.3456.0252.51-
YUV177.6129.9170.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=19.56%
G=43.95%
B=36.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181810.5600.170.15161.6562.0561.76
Hex61DAB538011Fa23e3e
Octal14133226570021172427676
Binary11000011101101010110101111000010001111110100010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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