#73FFDF

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

Shades of Aquamarine #73FFDF

Tints of Aquamarine #73FFDF

Color information

#73FFDF (or 0x73FFDF) is unknown color: approx Aquamarine. HEX triplet: 73, FF and DF. RGB value is (115,255,223). Sum of RGB (Red+Green+Blue) = 115+255+223=593 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.39% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFDF is #8C0020. Grayscale: #D1D1D1. Windows color (decimal): -9175073 or 14679923. OLE color: 14679923.

HSL color Cylindrical-coordinate representation of color #73FFDF: hue angle of 166.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFDF is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB115255223-
CMYK0.5500.130
HSL166.29º100%72.55%-
HSV(B)166.29º54.9%100%-
XYZ56.1580.4982.39-
YUV209.49135.6260.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.39%
GREEN value IS 255 (100% from 255) = 43.00%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=19.39%
G=43.00%
B=37.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1152552230.5500.130166.2910072.55
Hex73FFDF370D0a66449
Octal163377337670150246144111
Binary111001111111111110111111101110110101010011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,255,223); }

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

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

 a { background-color: rgb(115,255,223); }

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

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

 span { border-color: rgb(115,255,223); }

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