#73fbd9

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

Shades of Aquamarine #73FBD9

Tints of Aquamarine #73FBD9

Color information

#73FBD9 (or 0x73FBD9) is unknown color: approx Aquamarine. HEX triplet: 73, FB and D9. RGB value is (115,251,217). Sum of RGB (Red+Green+Blue) = 115+251+217=583 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.73% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBD9 is #8C0426. Grayscale: #CECECE. Windows color (decimal): -9176103 or 14285683. OLE color: 14285683.

HSL color Cylindrical-coordinate representation of color #73FBD9: hue angle of 165º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBD9 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB115251217-
CMYK0.5400.140.02
HSL165º94.44%71.76%-
HSV(B)165º54.18%98.43%-
XYZ54.0977.6577.78-
YUV206.46133.9462.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.73%
GREEN value IS 251 (98.44% from 255) = 43.05%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=19.73%
G=43.05%
B=37.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152512170.5400.140.0216594.4471.76
Hex73FBD9360E2a55e48
Octal163373331660162245136110
Binary1110011111110111101100111011001110101010010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73fbd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,251,217); }

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

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

 a { background-color: rgb(115,251,217); }

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

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

 span { border-color: rgb(115,251,217); }

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