#73F6C1

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

Shades of Aquamarine #73F6C1

Tints of Aquamarine #73F6C1

Color information

#73F6C1 (or 0x73F6C1) is unknown color: approx Aquamarine. HEX triplet: 73, F6 and C1. RGB value is (115,246,193). Sum of RGB (Red+Green+Blue) = 115+246+193=554 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.76% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #73F6C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F6C1 is #8C093E. Grayscale: #C8C8C8. Windows color (decimal): -9177407 or 12711539. OLE color: 12711539.

HSL color Cylindrical-coordinate representation of color #73F6C1: hue angle of 155.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73F6C1 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB115246193-
CMYK0.5300.220.04
HSL155.73º87.92%70.78%-
HSV(B)155.73º53.25%96.47%-
XYZ49.6573.4162-
YUV200.79123.666.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.76%
GREEN value IS 246 (96.48% from 255) = 44.40%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=20.76%
G=44.40%
B=34.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152461930.5300.220.04155.7387.9270.78
Hex73F6C13501649c5847
Octal163366301650264234130107
Binary111001111110110110000011101010101101001001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73F6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,246,193); }

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

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

 a { background-color: rgb(115,246,193); }

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

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

 span { border-color: rgb(115,246,193); }

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