#72AAAD

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

Shades of Neptune #72AAAD

Tints of Neptune #72AAAD

Color information

#72AAAD (or 0x72AAAD) is unknown color: approx Neptune. HEX triplet: 72, AA and AD. RGB value is (114,170,173). Sum of RGB (Red+Green+Blue) = 114+170+173=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #72AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AAAD is #8D5552. Grayscale: #999999. Windows color (decimal): -9262419 or 11381362. OLE color: 11381362.

HSL color Cylindrical-coordinate representation of color #72AAAD: hue angle of 183.05º degrees, saturation: 0.26, 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 #72AAAD is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB114170173-
CMYK0.340.0200.32
HSL183.05º26.46%56.27%-
HSV(B)183.05º34.1%67.84%-
XYZ28.8635.3444.84-
YUV153.6138.9599.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=24.95%
G=37.20%
B=37.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141701730.340.0200.32183.0526.4656.27
Hex72AAAD222020b71a38
Octal1622522554220402673270
Binary111001010101010101011011000101001000001011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,170,173); }

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

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

 a { background-color: rgb(114,170,173); }

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

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

 span { border-color: rgb(114,170,173); }

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