#72AEAD

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

Shades of Neptune #72AEAD

Tints of Neptune #72AEAD

Color information

#72AEAD (or 0x72AEAD) is unknown color: approx Neptune. HEX triplet: 72, AE and AD. RGB value is (114,174,173). Sum of RGB (Red+Green+Blue) = 114+174+173=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEAD is #8D5152. Grayscale: #9B9B9B. Windows color (decimal): -9261395 or 11382386. OLE color: 11382386.

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

Color convert

RGB114174173-
CMYK0.3400.010.32
HSL179º27.03%56.47%-
HSV(B)179º34.48%68.24%-
XYZ29.6236.8745.09-
YUV155.95137.6298.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.73%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=24.73%
G=37.74%
B=37.53%

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
Decimal1141741730.3400.010.3217927.0356.47
Hex72AEAD220120b31b38
Octal1622562554201402633370
Binary11100101010111010101101100010011000001011001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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