#73DCB2

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

Shades of Medium Aquamarine #73DCB2

Tints of Medium Aquamarine #73DCB2

Color information

#73DCB2 (or 0x73DCB2) is unknown color: approx Medium Aquamarine. HEX triplet: 73, DC and B2. RGB value is (115,220,178). Sum of RGB (Red+Green+Blue) = 115+220+178=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DCB2 is #8C234D. Grayscale: #B7B7B7. Windows color (decimal): -9184078 or 11721843. OLE color: 11721843.

HSL color Cylindrical-coordinate representation of color #73DCB2: hue angle of 156º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCB2 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB115220178-
CMYK0.4800.190.14
HSL156º60%65.69%-
HSV(B)156º47.73%86.27%-
XYZ40.758.0551.18-
YUV183.82124.7178.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.42%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=22.42%
G=42.88%
B=34.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1152201780.4800.190.141566065.69
Hex73DCB230013E9c3c42
Octal163334262600231623474102
Binary111001111011100101100101100000100111110100111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73DCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,220,178); }

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

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

 a { background-color: rgb(115,220,178); }

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

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

 span { border-color: rgb(115,220,178); }

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