#73AFAE

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

Shades of Neptune #73AFAE

Tints of Neptune #73AFAE

Color information

#73AFAE (or 0x73AFAE) is unknown color: approx Neptune. HEX triplet: 73, AF and AE. RGB value is (115,175,174). Sum of RGB (Red+Green+Blue) = 115+175+174=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAE is #8C5051. Grayscale: #9C9C9C. Windows color (decimal): -9195602 or 11448179. OLE color: 11448179.

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

Color convert

RGB115175174-
CMYK0.3400.010.31
HSL179º27.27%56.86%-
HSV(B)179º34.29%68.63%-
XYZ30.0437.3645.67-
YUV156.95137.6298.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.78%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=24.78%
G=37.72%
B=37.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1151751740.3400.010.3117927.2756.86
Hex73AFAE22011Fb31b39
Octal1632572564201372633371
Binary1110011101011111010111010001001111111011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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