#73EFD1

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

Shades of Aquamarine #73EFD1

Tints of Aquamarine #73EFD1

Color information

#73EFD1 (or 0x73EFD1) is unknown color: approx Aquamarine. HEX triplet: 73, EF and D1. RGB value is (115,239,209). Sum of RGB (Red+Green+Blue) = 115+239+209=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFD1 is #8C102E. Grayscale: #C6C6C6. Windows color (decimal): -9179183 or 13758323. OLE color: 13758323.

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

Color convert

RGB115239209-
CMYK0.5200.130.06
HSL165.48º79.49%69.41%-
HSV(B)165.48º51.88%93.73%-
XYZ49.4569.9871.22-
YUV198.5133.9268.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.43%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=20.43%
G=42.45%
B=37.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152392090.5200.130.06165.4879.4969.41
Hex73EFD1340D6a54f45
Octal163357321640156245117105
Binary11100111110111111010001110100011011101010010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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