Html Css Color HEX #709EA2 Neptune

📋 copy color: '#709EA2'

red 112 ◦ green 158 ◦ blue 162

#709EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #709EA2

Tints of Neptune #709EA2

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 value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#709EA2 (or 0x709EA2) is known color: 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

RGB 112 158 162 -
CMYK 0.31 0.02 0 0.36
HSL 184.8º 0.21% 0.54% -
HSV(B) 184.8º 0.31% 0.64% -
XYZ 25.43 30.51 38.73 -
YUV 144.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 112 158 162 0.31 0.02 0 0.36 184.8 0.21 0.54
Hex 70 9E A2 1F 2 0 24 B9 15 36
Octal 160 236 242 37 2 0 44 271 25 66
Binary 1110000 10011110 10100010 11111 10 0 100100 10111001 10101 110110

Color Harmonies of #709EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EA2

Black with #709EA2

Text Example


Text Example

White with #709EA2

Text Example


Text Example

HTML Codes & Css Web 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>