#72A5AA

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

Shades of Neptune #72A5AA

Tints of Neptune #72A5AA

Color information

#72A5AA (or 0x72A5AA) is unknown color: approx Neptune. HEX triplet: 72, A5 and AA. RGB value is (114,165,170). Sum of RGB (Red+Green+Blue) = 114+165+170=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #72A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A5AA is #8D5A55. Grayscale: #969696. Windows color (decimal): -9263702 or 11183474. OLE color: 11183474.

HSL color Cylindrical-coordinate representation of color #72A5AA: hue angle of 185.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A5AA is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114165170-
CMYK0.330.0300.33
HSL185.36º24.78%55.69%-
HSV(B)185.36º32.94%66.67%-
XYZ27.6533.3943.02-
YUV150.32139.1102.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=25.39%
G=36.75%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141651700.330.0300.33185.3624.7855.69
Hex72A5AA213021b91938
Octal1622452524130412713170
Binary111001010100101101010101000011101000011011100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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