#61DBA0

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

Shades of Medium Aquamarine #61DBA0

Tints of Medium Aquamarine #61DBA0

Color information

#61DBA0 (or 0x61DBA0) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DB and A0. RGB value is (97,219,160). Sum of RGB (Red+Green+Blue) = 97+219+160=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBA0 is #9E245F. Grayscale: #AFAFAF. Windows color (decimal): -10364000 or 10541921. OLE color: 10541921.

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

Color convert

RGB97219160-
CMYK0.5600.270.14
HSL150.98º62.89%61.96%-
HSV(B)150.98º55.71%85.88%-
XYZ36.6155.7442.09-
YUV175.8119.0871.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.38%
GREEN value IS 219 (85.94% from 255) = 46.01%
BLUE value IS 160 (62.89% from 255) = 33.61%
R=20.38%
G=46.01%
B=33.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191600.5600.270.14150.9862.8961.96
Hex61DBA03801BE973f3e
Octal14133324070033162277776
Binary11000011101101110100000111000011011111010010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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