#61D8AB

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

Shades of Medium Aquamarine #61D8AB

Tints of Medium Aquamarine #61D8AB

Color information

#61D8AB (or 0x61D8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D8 and AB. RGB value is (97,216,171). Sum of RGB (Red+Green+Blue) = 97+216+171=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D8AB is #9E2754. Grayscale: #AFAFAF. Windows color (decimal): -10364757 or 11262049. OLE color: 11262049.

HSL color Cylindrical-coordinate representation of color #61D8AB: hue angle of 157.31º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D8AB is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB97216171-
CMYK0.5500.210.15
HSL157.31º60.41%61.37%-
HSV(B)157.31º55.09%84.71%-
XYZ36.8454.5947.12-
YUV175.29125.5872.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=20.04%
G=44.63%
B=35.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161710.5500.210.15157.3160.4161.37
Hex61D8AB37015F9d3c3d
Octal14133025367025172357475
Binary11000011101100010101011110111010101111110011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,171); }

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

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

 a { background-color: rgb(97,216,171); }

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

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

 span { border-color: rgb(97,216,171); }

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