#73EBD1

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

Shades of Aquamarine #73EBD1

Tints of Aquamarine #73EBD1

Color information

#73EBD1 (or 0x73EBD1) is unknown color: approx Aquamarine. HEX triplet: 73, EB and D1. RGB value is (115,235,209). Sum of RGB (Red+Green+Blue) = 115+235+209=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBD1 is #8C142E. Grayscale: #C4C4C4. Windows color (decimal): -9180207 or 13757299. OLE color: 13757299.

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

Color convert

RGB115235209-
CMYK0.5100.110.08
HSL167º75%68.63%-
HSV(B)167º51.06%92.16%-
XYZ48.2967.6670.84-
YUV196.16135.2470.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.57%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=20.57%
G=42.04%
B=37.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152352090.5100.110.081677568.63
Hex73EBD1330B8a74b45
Octal1633533216301310247113105
Binary111001111101011110100011100110101110001010011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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