#72ACAE

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

Shades of Neptune #72ACAE

Tints of Neptune #72ACAE

Color information

#72ACAE (or 0x72ACAE) is unknown color: approx Neptune. HEX triplet: 72, AC and AE. RGB value is (114,172,174). Sum of RGB (Red+Green+Blue) = 114+172+174=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #72ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ACAE is #8D5351. Grayscale: #9A9A9A. Windows color (decimal): -9261906 or 11447410. OLE color: 11447410.

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

Color convert

RGB114172174-
CMYK0.340.0100.32
HSL182º27.03%56.47%-
HSV(B)182º34.48%68.24%-
XYZ29.3336.1445.47-
YUV154.89138.7898.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=24.78%
G=37.39%
B=37.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141721740.340.0100.3218227.0356.47
Hex72ACAE221020b61b38
Octal1622542564210402663370
Binary11100101010110010101110100010101000001011011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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