#73D1AB

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

Shades of Medium Aquamarine #73D1AB

Tints of Medium Aquamarine #73D1AB

Color information

#73D1AB (or 0x73D1AB) is unknown color: approx Medium Aquamarine. HEX triplet: 73, D1 and AB. RGB value is (115,209,171). Sum of RGB (Red+Green+Blue) = 115+209+171=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D1AB is #8C2E54. Grayscale: #B0B0B0. Windows color (decimal): -9186901 or 11260275. OLE color: 11260275.

HSL color Cylindrical-coordinate representation of color #73D1AB: hue angle of 155.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D1AB is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB115209171-
CMYK0.4500.180.18
HSL155.74º50.54%63.53%-
HSV(B)155.74º44.98%81.96%-
XYZ37.2252.1946.64-
YUV176.56124.8684.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.23%
GREEN value IS 209 (82.03% from 255) = 42.22%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=23.23%
G=42.22%
B=34.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152091710.4500.180.18155.7450.5463.53
Hex73D1AB2D012129c3340
Octal163321253550222223463100
Binary1110011110100011010101110110101001010010100111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D1AB; }

 p { color: rgb(115,209,171); }

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

<style>
 a { background-color: #73D1AB; }

 a { background-color: rgb(115,209,171); }

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

<style>
 span { border-color: #73D1AB; }

 span { border-color: rgb(115,209,171); }

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