#73F3C0

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

Shades of Aquamarine #73F3C0

Tints of Aquamarine #73F3C0

Color information

#73F3C0 (or 0x73F3C0) is unknown color: approx Aquamarine. HEX triplet: 73, F3 and C0. RGB value is (115,243,192). Sum of RGB (Red+Green+Blue) = 115+243+192=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #73F3C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F3C0 is #8C0C3F. Grayscale: #C6C6C6. Windows color (decimal): -9178176 or 12645235. OLE color: 12645235.

HSL color Cylindrical-coordinate representation of color #73F3C0: hue angle of 156.09º 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 #73F3C0 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB115243192-
CMYK0.5300.210.05
HSL156.09º84.21%70.2%-
HSV(B)156.09º52.67%95.29%-
XYZ48.6471.5561.12-
YUV198.91124.0968.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.91%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=20.91%
G=44.18%
B=34.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1152431920.5300.210.05156.0984.2170.2
Hex73F3C03501559c5446
Octal163363300650255234124106
Binary111001111110011110000001101010101011011001110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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