#709EA2

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

Shades of Neptune #709EA2

Tints of Neptune #709EA2

Color information

#709EA2 (or 0x709EA2) is unknown color: approx Neptune. HEX triplet: 70, 9E and A2. RGB value is (112,158,162). Sum of RGB (Red+Green+Blue) = 112+158+162=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: blue. Hex color #709EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EA2 is #8F615D. Grayscale: #909090. Windows color (decimal): -9396574 or 10657392. OLE color: 10657392.

HSL color Cylindrical-coordinate representation of color #709EA2: hue angle of 184.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #709EA2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112158162-
CMYK0.310.0200.36
HSL184.8º21.19%53.73%-
HSV(B)184.8º30.86%63.53%-
XYZ25.4330.5138.73-
YUV144.7137.76104.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 162 (63.67% from 255) = 37.5%
R=25.93%
G=36.57%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121581620.310.0200.36184.821.1953.73
Hex709EA21F2024b91536
Octal1602362423720442712566
Binary11100001001111010100010111111001001001011100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,158,162); }

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

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

 a { background-color: rgb(112,158,162); }

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

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

 span { border-color: rgb(112,158,162); }

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