#73f3db

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

Shades of Aquamarine #73F3DB

Tints of Aquamarine #73F3DB

Color information

#73F3DB (or 0x73F3DB) is unknown color: approx Aquamarine. HEX triplet: 73, F3 and DB. RGB value is (115,243,219). Sum of RGB (Red+Green+Blue) = 115+243+219=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 243 (95.31% from 255 or 42.11% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F3DB is #8C0C24. Grayscale: #C9C9C9. Windows color (decimal): -9178149 or 14414707. OLE color: 14414707.

HSL color Cylindrical-coordinate representation of color #73F3DB: hue angle of 168.75º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F3DB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB115243219-
CMYK0.5300.100.05
HSL168.75º84.21%70.2%-
HSV(B)168.75º52.67%95.29%-
XYZ51.9172.8678.35-
YUV201.99137.5965.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.93%
GREEN value IS 243 (95.31% from 255) = 42.11%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=19.93%
G=42.11%
B=37.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152432190.5300.100.05168.7584.2170.2
Hex73F3DB350A5a95446
Octal163363333650125251124106
Binary11100111111001111011011110101010101011010100110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73f3db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,243,219); }

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

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

 a { background-color: rgb(115,243,219); }

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

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

 span { border-color: rgb(115,243,219); }

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