#72A3AE

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

Shades of Neptune #72A3AE

Tints of Neptune #72A3AE

Color information

#72A3AE (or 0x72A3AE) is unknown color: approx Neptune. HEX triplet: 72, A3 and AE. RGB value is (114,163,174). Sum of RGB (Red+Green+Blue) = 114+163+174=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #72A3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A3AE is #8D5C51. Grayscale: #959595. Windows color (decimal): -9264210 or 11445106. OLE color: 11445106.

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

Color convert

RGB114163174-
CMYK0.340.0600.32
HSL191º27.03%56.47%-
HSV(B)191º34.48%68.24%-
XYZ27.6832.8344.92-
YUV149.6141.77102.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.28%
GREEN value IS 163 (64.06% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=25.28%
G=36.14%
B=38.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141631740.340.0600.3219127.0356.47
Hex72A3AE226020bf1b38
Octal1622432564260402773370
Binary1110010101000111010111010001011001000001011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A3AE; }

 p { color: rgb(114,163,174); }

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

<style>
 a { background-color: #72A3AE; }

 a { background-color: rgb(114,163,174); }

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

<style>
 span { border-color: #72A3AE; }

 span { border-color: rgb(114,163,174); }

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