#73FDC2

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

Shades of Aquamarine #73FDC2

Tints of Aquamarine #73FDC2

Color information

#73FDC2 (or 0x73FDC2) is unknown color: approx Aquamarine. HEX triplet: 73, FD and C2. RGB value is (115,253,194). Sum of RGB (Red+Green+Blue) = 115+253+194=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FDC2 is #8C023D. Grayscale: #CDCDCD. Windows color (decimal): -9175614 or 12778867. OLE color: 12778867.

HSL color Cylindrical-coordinate representation of color #73FDC2: hue angle of 154.35º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FDC2 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB115253194-
CMYK0.5500.230.01
HSL154.35º97.18%72.16%-
HSV(B)154.35º54.55%99.22%-
XYZ51.9377.7963.32-
YUV205.01121.7863.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.46%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=20.46%
G=45.02%
B=34.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1152531940.5500.230.01154.3597.1872.16
Hex73FDC23701719a6148
Octal163375302670271232141110
Binary1110011111111011100001011011101011111001101011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,253,194); }

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

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

 a { background-color: rgb(115,253,194); }

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

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

 span { border-color: rgb(115,253,194); }

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