#61DBA2

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

Shades of Medium Aquamarine #61DBA2

Tints of Medium Aquamarine #61DBA2

Color information

#61DBA2 (or 0x61DBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DB and A2. RGB value is (97,219,162). Sum of RGB (Red+Green+Blue) = 97+219+162=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBA2 is #9E245D. Grayscale: #B0B0B0. Windows color (decimal): -10363998 or 10672993. OLE color: 10672993.

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

Color convert

RGB97219162-
CMYK0.5600.260.14
HSL151.97º62.89%61.96%-
HSV(B)151.97º55.71%85.88%-
XYZ36.7855.8143.02-
YUV176.02120.0871.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.29%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=20.29%
G=45.82%
B=33.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191620.5600.260.14151.9762.8961.96
Hex61DBA23801AE983f3e
Octal14133324270032162307776
Binary11000011101101110100010111000011010111010011000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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