#61D6B1

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

Shades of Medium Aquamarine #61D6B1

Tints of Medium Aquamarine #61D6B1

Color information

#61D6B1 (or 0x61D6B1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, D6 and B1. RGB value is (97,214,177). Sum of RGB (Red+Green+Blue) = 97+214+177=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #61D6B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D6B1 is #9E294E. Grayscale: #AEAEAE. Windows color (decimal): -10365263 or 11654753. OLE color: 11654753.

HSL color Cylindrical-coordinate representation of color #61D6B1: hue angle of 161.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D6B1 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB97214177-
CMYK0.5500.170.16
HSL161.03º58.79%60.98%-
HSV(B)161.03º54.67%83.92%-
XYZ36.9153.8150.04-
YUV174.8129.2472.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=19.88%
G=43.85%
B=36.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141770.5500.170.16161.0358.7960.98
Hex61D6B13701110a13b3d
Octal14132626167021202417375
Binary110000111010110101100011101110100011000010100001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,214,177); }

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

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

 a { background-color: rgb(97,214,177); }

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

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

 span { border-color: rgb(97,214,177); }

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