#73AEAD

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

Shades of Neptune #73AEAD

Tints of Neptune #73AEAD

Color information

#73AEAD (or 0x73AEAD) is unknown color: approx Neptune. HEX triplet: 73, AE and AD. RGB value is (115,174,173). Sum of RGB (Red+Green+Blue) = 115+174+173=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEAD is #8C5152. Grayscale: #9C9C9C. Windows color (decimal): -9195859 or 11382387. OLE color: 11382387.

HSL color Cylindrical-coordinate representation of color #73AEAD: hue angle of 178.98º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEAD is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB115174173-
CMYK0.3400.010.32
HSL178.98º26.7%56.67%-
HSV(B)178.98º33.91%68.24%-
XYZ29.7536.9345.1-
YUV156.24137.4598.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.89%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=24.89%
G=37.66%
B=37.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1151741730.3400.010.32178.9826.756.67
Hex73AEAD220120b31b39
Octal1632562554201402633371
Binary11100111010111010101101100010011000001011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,174,173); }

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

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

 a { background-color: rgb(115,174,173); }

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

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

 span { border-color: rgb(115,174,173); }

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