#73EED8

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

Shades of Aquamarine #73EED8

Tints of Aquamarine #73EED8

Color information

#73EED8 (or 0x73EED8) is unknown color: approx Aquamarine. HEX triplet: 73, EE and D8. RGB value is (115,238,216). Sum of RGB (Red+Green+Blue) = 115+238+216=569 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.21% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #73EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EED8 is #8C1127. Grayscale: #C6C6C6. Windows color (decimal): -9179432 or 14216819. OLE color: 14216819.

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

Color convert

RGB115238216-
CMYK0.5200.090.07
HSL169.27º78.34%69.22%-
HSV(B)169.27º51.68%93.33%-
XYZ50.0469.7575.79-
YUV198.71137.7568.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.21%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 216 (84.77% from 255) = 37.96%
R=20.21%
G=41.83%
B=37.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152382160.5200.090.07169.2778.3469.22
Hex73EED834097a94e45
Octal163356330640117251116105
Binary11100111110111011011000110100010011111010100110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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