#72ACAD

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

Shades of Neptune #72ACAD

Tints of Neptune #72ACAD

Color information

#72ACAD (or 0x72ACAD) is unknown color: approx Neptune. HEX triplet: 72, AC and AD. RGB value is (114,172,173). Sum of RGB (Red+Green+Blue) = 114+172+173=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #72ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72ACAD is #8D5352. Grayscale: #9A9A9A. Windows color (decimal): -9261907 or 11381874. OLE color: 11381874.

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

Color convert

RGB114172173-
CMYK0.340.0100.32
HSL181.02º26.46%56.27%-
HSV(B)181.02º34.1%67.84%-
XYZ29.2336.144.96-
YUV154.77138.2898.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.84%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=24.84%
G=37.47%
B=37.69%

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
Decimal1141721730.340.0100.32181.0226.4656.27
Hex72ACAD221020b51a38
Octal1622542554210402653270
Binary11100101010110010101101100010101000001011010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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