#73EBD7

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

Shades of Aquamarine #73EBD7

Tints of Aquamarine #73EBD7

Color information

#73EBD7 (or 0x73EBD7) is unknown color: approx Aquamarine. HEX triplet: 73, EB and D7. RGB value is (115,235,215). Sum of RGB (Red+Green+Blue) = 115+235+215=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBD7 is #8C1428. Grayscale: #C4C4C4. Windows color (decimal): -9180201 or 14150515. OLE color: 14150515.

HSL color Cylindrical-coordinate representation of color #73EBD7: hue angle of 170º 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 #73EBD7 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB115235215-
CMYK0.5100.090.08
HSL170º75%68.63%-
HSV(B)170º51.06%92.16%-
XYZ49.0467.9774.82-
YUV196.84138.2469.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.35%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=20.35%
G=41.59%
B=38.05%

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
Decimal1152352150.5100.090.081707568.63
Hex73EBD733098aa4b45
Octal1633533276301110252113105
Binary111001111101011110101111100110100110001010101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73EBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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