#73F0D8

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

Shades of Aquamarine #73F0D8

Tints of Aquamarine #73F0D8

Color information

#73F0D8 (or 0x73F0D8) is unknown color: approx Aquamarine. HEX triplet: 73, F0 and D8. RGB value is (115,240,216). Sum of RGB (Red+Green+Blue) = 115+240+216=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F0D8 is #8C0F27. Grayscale: #C7C7C7. Windows color (decimal): -9178920 or 14217331. OLE color: 14217331.

HSL color Cylindrical-coordinate representation of color #73F0D8: hue angle of 168.48º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0D8 is Cyan = 0.52, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB115240216-
CMYK0.5200.10.06
HSL168.48º80.65%69.61%-
HSV(B)168.48º52.08%94.12%-
XYZ50.6270.9275.99-
YUV199.89137.0967.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.14%
GREEN value IS 240 (94.14% from 255) = 42.03%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=20.14%
G=42.03%
B=37.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152402160.5200.10.06168.4880.6569.61
Hex73F0D8340A6a85146
Octal163360330640126250121106
Binary11100111111000011011000110100010101101010100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,240,216); }

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

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

 a { background-color: rgb(115,240,216); }

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

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

 span { border-color: rgb(115,240,216); }

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