#73ecb0

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

Shades of Medium Aquamarine #73ECB0

Tints of Medium Aquamarine #73ECB0

Color information

#73ECB0 (or 0x73ECB0) is unknown color: approx Medium Aquamarine. HEX triplet: 73, EC and B0. RGB value is (115,236,176). Sum of RGB (Red+Green+Blue) = 115+236+176=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73ECB0 is #8C134F. Grayscale: #C1C1C1. Windows color (decimal): -9179984 or 11594867. OLE color: 11594867.

HSL color Cylindrical-coordinate representation of color #73ECB0: hue angle of 150.25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECB0 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB115236176-
CMYK0.5100.250.07
HSL150.25º76.1%68.82%-
HSV(B)150.25º51.27%92.55%-
XYZ44.966.7751.6-
YUV192.98118.4172.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.82%
GREEN value IS 236 (92.58% from 255) = 44.78%
BLUE value IS 176 (69.14% from 255) = 33.40%
R=21.82%
G=44.78%
B=33.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152361760.5100.250.07150.2576.168.82
Hex73ECB0330197964c45
Octal163354260630317226114105
Binary111001111101100101100001100110110011111001011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ecb0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,236,176); }

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

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

 a { background-color: rgb(115,236,176); }

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

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

 span { border-color: rgb(115,236,176); }

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