#73EED2

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

Shades of Aquamarine #73EED2

Tints of Aquamarine #73EED2

Color information

#73EED2 (or 0x73EED2) is unknown color: approx Aquamarine. HEX triplet: 73, EE and D2. RGB value is (115,238,210). Sum of RGB (Red+Green+Blue) = 115+238+210=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #73EED2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EED2 is #8C112D. Grayscale: #C6C6C6. Windows color (decimal): -9179438 or 13823603. OLE color: 13823603.

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

Color convert

RGB115238210-
CMYK0.5200.120.07
HSL166.34º78.34%69.22%-
HSV(B)166.34º51.68%93.33%-
XYZ49.2869.4571.78-
YUV198.03134.7568.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.43%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=20.43%
G=42.27%
B=37.30%

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
Decimal1152382100.5200.120.07166.3478.3469.22
Hex73EED2340C7a64e45
Octal163356322640147246116105
Binary11100111110111011010010110100011001111010011010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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