#73EAD4

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

Shades of Aquamarine #73EAD4

Tints of Aquamarine #73EAD4

Color information

#73EAD4 (or 0x73EAD4) is unknown color: approx Aquamarine. HEX triplet: 73, EA and D4. RGB value is (115,234,212). Sum of RGB (Red+Green+Blue) = 115+234+212=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #73EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EAD4 is #8C152B. Grayscale: #C3C3C3. Windows color (decimal): -9180460 or 13953651. OLE color: 13953651.

HSL color Cylindrical-coordinate representation of color #73EAD4: hue angle of 168.91º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EAD4 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB115234212-
CMYK0.5100.090.08
HSL168.91º73.91%68.43%-
HSV(B)168.91º50.85%91.76%-
XYZ48.3867.2472.72-
YUV195.91137.0870.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.50%
GREEN value IS 234 (91.80% from 255) = 41.71%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=20.50%
G=41.71%
B=37.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152342120.5100.090.08168.9173.9168.43
Hex73EAD433098a94a44
Octal1633523246301110251112104
Binary111001111101010110101001100110100110001010100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,234,212); }

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

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

 a { background-color: rgb(115,234,212); }

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

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

 span { border-color: rgb(115,234,212); }

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