#72A1A4

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

Shades of Neptune #72A1A4

Tints of Neptune #72A1A4

Color information

#72A1A4 (or 0x72A1A4) is unknown color: approx Neptune. HEX triplet: 72, A1 and A4. RGB value is (114,161,164). Sum of RGB (Red+Green+Blue) = 114+161+164=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 164 - color contains mainly: blue. Hex color #72A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A1A4 is #8D5E5B. Grayscale: #939393. Windows color (decimal): -9264732 or 10789234. OLE color: 10789234.

HSL color Cylindrical-coordinate representation of color #72A1A4: hue angle of 183.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A1A4 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114161164-
CMYK0.300.0200.36
HSL183.6º21.55%54.51%-
HSV(B)183.6º30.49%64.31%-
XYZ26.3931.7539.86-
YUV147.29137.43104.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 164 (64.45% from 255) = 37.36%
R=25.97%
G=36.67%
B=37.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141611640.300.0200.36183.621.5554.51
Hex72A1A41E2024b81637
Octal1622412443620442702667
Binary11100101010000110100100111101001001001011100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,161,164); }

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

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

 a { background-color: rgb(114,161,164); }

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

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

 span { border-color: rgb(114,161,164); }

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