#73C8AB

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

Shades of Medium Aquamarine #73C8AB

Tints of Medium Aquamarine #73C8AB

Color information

#73C8AB (or 0x73C8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 73, C8 and AB. RGB value is (115,200,171). Sum of RGB (Red+Green+Blue) = 115+200+171=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #73C8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C8AB is #8C3754. Grayscale: #ABABAB. Windows color (decimal): -9189205 or 11257971. OLE color: 11257971.

HSL color Cylindrical-coordinate representation of color #73C8AB: hue angle of 159.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C8AB is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB115200171-
CMYK0.4200.140.22
HSL159.53º43.59%61.76%-
HSV(B)159.53º42.5%78.43%-
XYZ35.0847.8945.92-
YUV171.28127.8487.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.66%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=23.66%
G=41.15%
B=35.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001710.4200.140.22159.5343.5961.76
Hex73C8AB2A0E16a02c3e
Octal16331025352016262405476
Binary11100111100100010101011101010011101011010100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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