#73FDA8

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

Shades of Aquamarine #73FDA8

Tints of Aquamarine #73FDA8

Color information

#73FDA8 (or 0x73FDA8) is unknown color: approx Aquamarine. HEX triplet: 73, FD and A8. RGB value is (115,253,168). Sum of RGB (Red+Green+Blue) = 115+253+168=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FDA8 is #8C0257. Grayscale: #CACACA. Windows color (decimal): -9175640 or 11074931. OLE color: 11074931.

HSL color Cylindrical-coordinate representation of color #73FDA8: hue angle of 143.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDA8 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB115253168-
CMYK0.5500.340.01
HSL143.04º97.18%72.16%-
HSV(B)143.04º54.55%99.22%-
XYZ49.2676.7249.26-
YUV202.05108.7865.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.46%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=21.46%
G=47.20%
B=31.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1152531680.5500.340.01143.0497.1872.16
Hex73FDA83702218f6148
Octal163375250670421217141110
Binary11100111111110110101000110111010001011000111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,253,168); }

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

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

 a { background-color: rgb(115,253,168); }

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

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

 span { border-color: rgb(115,253,168); }

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