#73EAD3

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

Shades of Aquamarine #73EAD3

Tints of Aquamarine #73EAD3

Color information

#73EAD3 (or 0x73EAD3) is unknown color: approx Aquamarine. HEX triplet: 73, EA and D3. RGB value is (115,234,211). Sum of RGB (Red+Green+Blue) = 115+234+211=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAD3 is #8C152C. Grayscale: #C3C3C3. Windows color (decimal): -9180461 or 13888115. OLE color: 13888115.

HSL color Cylindrical-coordinate representation of color #73EAD3: hue angle of 168.4º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAD3 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB115234211-
CMYK0.5100.100.08
HSL168.4º73.91%68.43%-
HSV(B)168.4º50.85%91.76%-
XYZ48.2567.1972.05-
YUV195.8136.5870.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.54%
GREEN value IS 234 (91.80% from 255) = 41.79%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=20.54%
G=41.79%
B=37.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152342110.5100.100.08168.473.9168.43
Hex73EAD3330A8a84a44
Octal1633523236301210250112104
Binary111001111101010110100111100110101010001010100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,234,211); }

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

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

 a { background-color: rgb(115,234,211); }

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

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

 span { border-color: rgb(115,234,211); }

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