#72A7AB

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

Shades of Neptune #72A7AB

Tints of Neptune #72A7AB

Color information

#72A7AB (or 0x72A7AB) is unknown color: approx Neptune. HEX triplet: 72, A7 and AB. RGB value is (114,167,171). Sum of RGB (Red+Green+Blue) = 114+167+171=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #72A7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A7AB is #8D5854. Grayscale: #979797. Windows color (decimal): -9263189 or 11249522. OLE color: 11249522.

HSL color Cylindrical-coordinate representation of color #72A7AB: hue angle of 184.21º 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 #72A7AB is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB114167171-
CMYK0.330.0200.33
HSL184.21º25.33%55.88%-
HSV(B)184.21º33.33%67.06%-
XYZ28.1134.1643.64-
YUV151.61138.94101.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=25.22%
G=36.95%
B=37.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141671710.330.0200.33184.2125.3355.88
Hex72A7AB212021b81938
Octal1622472534120412703170
Binary111001010100111101010111000011001000011011100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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