#61DBB5

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

Shades of Medium Aquamarine #61DBB5

Tints of Medium Aquamarine #61DBB5

Color information

#61DBB5 (or 0x61DBB5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DB and B5. RGB value is (97,219,181). Sum of RGB (Red+Green+Blue) = 97+219+181=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBB5 is #9E244A. Grayscale: #B2B2B2. Windows color (decimal): -10363979 or 11918177. OLE color: 11918177.

HSL color Cylindrical-coordinate representation of color #61DBB5: hue angle of 161.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBB5 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB97219181-
CMYK0.5600.170.14
HSL161.31º62.89%61.96%-
HSV(B)161.31º55.71%85.88%-
XYZ38.656.5452.59-
YUV178.19129.5870.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=19.52%
G=44.06%
B=36.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191810.5600.170.14161.3162.8961.96
Hex61DBB538011Ea13f3e
Octal14133326570021162417776
Binary11000011101101110110101111000010001111010100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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