#72AEB2

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

Shades of Neptune #72AEB2

Tints of Neptune #72AEB2

Color information

#72AEB2 (or 0x72AEB2) is unknown color: approx Neptune. HEX triplet: 72, AE and B2. RGB value is (114,174,178). Sum of RGB (Red+Green+Blue) = 114+174+178=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 178 - color contains mainly: blue. Hex color #72AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEB2 is #8D514D. Grayscale: #9C9C9C. Windows color (decimal): -9261390 or 11710066. OLE color: 11710066.

HSL color Cylindrical-coordinate representation of color #72AEB2: hue angle of 183.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AEB2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB114174178-
CMYK0.360.0200.30
HSL183.75º29.36%57.25%-
HSV(B)183.75º35.96%69.8%-
XYZ30.1137.0647.69-
YUV156.52140.1297.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.46%
GREEN value IS 174 (68.36% from 255) = 37.34%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=24.46%
G=37.34%
B=38.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141741780.360.0200.30183.7529.3657.25
Hex72AEB224201Eb81d39
Octal1622562624420362703571
Binary11100101010111010110010100100100111101011100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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