#72ACAB

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

Shades of Neptune #72ACAB

Tints of Neptune #72ACAB

Color information

#72ACAB (or 0x72ACAB) is unknown color: approx Neptune. HEX triplet: 72, AC and AB. RGB value is (114,172,171). Sum of RGB (Red+Green+Blue) = 114+172+171=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #72ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ACAB is #8D5354. Grayscale: #9A9A9A. Windows color (decimal): -9261909 or 11250802. OLE color: 11250802.

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

Color convert

RGB114172171-
CMYK0.3400.010.33
HSL178.97º25.89%56.08%-
HSV(B)178.97º33.72%67.45%-
XYZ29.0436.0243.95-
YUV154.54137.2899.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=24.95%
G=37.64%
B=37.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141721710.3400.010.33178.9725.8956.08
Hex72ACAB220121b31a38
Octal1622542534201412633270
Binary11100101010110010101011100010011000011011001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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