#709FA0

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

Shades of Neptune #709FA0

Tints of Neptune #709FA0

Color information

#709FA0 (or 0x709FA0) is unknown color: approx Neptune. HEX triplet: 70, 9F and A0. RGB value is (112,159,160). Sum of RGB (Red+Green+Blue) = 112+159+160=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #709FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FA0 is #8F605F. Grayscale: #919191. Windows color (decimal): -9396320 or 10526576. OLE color: 10526576.

HSL color Cylindrical-coordinate representation of color #709FA0: hue angle of 181.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #709FA0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112159160-
CMYK0.300.0100.37
HSL181.25º20.17%53.33%-
HSV(B)181.25º30%62.75%-
XYZ25.4330.7837.86-
YUV145.06136.43104.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=25.99%
G=36.89%
B=37.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121591600.300.0100.37181.2520.1753.33
Hex709FA01E1025b51435
Octal1602372403610452652465
Binary1110000100111111010000011110101001011011010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709FA0; }

 p { color: rgb(112,159,160); }

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

<style>
 a { background-color: #709FA0; }

 a { background-color: rgb(112,159,160); }

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

<style>
 span { border-color: #709FA0; }

 span { border-color: rgb(112,159,160); }

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