#73EED1

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

Shades of Aquamarine #73EED1

Tints of Aquamarine #73EED1

Color information

#73EED1 (or 0x73EED1) is unknown color: approx Aquamarine. HEX triplet: 73, EE and D1. RGB value is (115,238,209). Sum of RGB (Red+Green+Blue) = 115+238+209=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #73EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EED1 is #8C112E. Grayscale: #C5C5C5. Windows color (decimal): -9179439 or 13758067. OLE color: 13758067.

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

Color convert

RGB115238209-
CMYK0.5200.120.07
HSL165.85º78.34%69.22%-
HSV(B)165.85º51.68%93.33%-
XYZ49.1569.471.13-
YUV197.92134.2568.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.46%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=20.46%
G=42.35%
B=37.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1152382090.5200.120.07165.8578.3469.22
Hex73EED1340C7a64e45
Octal163356321640147246116105
Binary11100111110111011010001110100011001111010011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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