#72999F

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

Shades of Neptune #72999F

Tints of Neptune #72999F

Color information

#72999F (or 0x72999F) is unknown color: approx Neptune. HEX triplet: 72, 99 and 9F. RGB value is (114,153,159). Sum of RGB (Red+Green+Blue) = 114+153+159=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #72999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72999F is #8D6660. Grayscale: #8D8D8D. Windows color (decimal): -9266785 or 10459506. OLE color: 10459506.

HSL color Cylindrical-coordinate representation of color #72999F: hue angle of 188º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72999F is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114153159-
CMYK0.280.0400.38
HSL188º18.99%53.53%-
HSV(B)188º28.3%62.35%-
XYZ24.5928.8637.08-
YUV142.02137.58108.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 37.32%
R=26.76%
G=35.92%
B=37.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141531590.280.0400.3818818.9953.53
Hex72999F1C4026bc1336
Octal1622312373440462742366
Binary111001010011001100111111110010001001101011110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72999F; }

 p { color: rgb(114,153,159); }

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

<style>
 a { background-color: #72999F; }

 a { background-color: rgb(114,153,159); }

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

<style>
 span { border-color: #72999F; }

 span { border-color: rgb(114,153,159); }

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