#73ECDC

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

Shades of Aquamarine #73ECDC

Tints of Aquamarine #73ECDC

Color information

#73ECDC (or 0x73ECDC) is unknown color: approx Aquamarine. HEX triplet: 73, EC and DC. RGB value is (115,236,220). Sum of RGB (Red+Green+Blue) = 115+236+220=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECDC is #8C1323. Grayscale: #C5C5C5. Windows color (decimal): -9179940 or 14478451. OLE color: 14478451.

HSL color Cylindrical-coordinate representation of color #73ECDC: hue angle of 172.07º 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 #73ECDC is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB115236220-
CMYK0.5100.070.07
HSL172.07º76.1%68.82%-
HSV(B)172.07º51.27%92.55%-
XYZ49.9868.878.36-
YUV198140.4168.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.14%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=20.14%
G=41.33%
B=38.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152362200.5100.070.07172.0776.168.82
Hex73ECDC33077ac4c45
Octal16335433463077254114105
Binary1110011111011001101110011001101111111010110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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