#61DBA8

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

Shades of Medium Aquamarine #61DBA8

Tints of Medium Aquamarine #61DBA8

Color information

#61DBA8 (or 0x61DBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DB and A8. RGB value is (97,219,168). Sum of RGB (Red+Green+Blue) = 97+219+168=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBA8 is #9E2457. Grayscale: #B0B0B0. Windows color (decimal): -10363992 or 11066209. OLE color: 11066209.

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

Color convert

RGB97219168-
CMYK0.5600.230.14
HSL154.92º62.89%61.96%-
HSV(B)154.92º55.71%85.88%-
XYZ37.3356.0345.89-
YUV176.71123.0871.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 168 (66.02% from 255) = 34.71%
R=20.04%
G=45.25%
B=34.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972191680.5600.230.14154.9262.8961.96
Hex61DBA838017E9b3f3e
Octal14133325070027162337776
Binary11000011101101110101000111000010111111010011011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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