Html Css Color HEX #709FA1 Neptune

📋 copy color: '#709FA1'

red 112 ◦ green 159 ◦ blue 161

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

Shades of Neptune #709FA1

Tints of Neptune #709FA1

RGB

 RED value IS 112 (44.14% from 255) = 25.93%

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 25.93%
G = 36.81%
B = 37.27%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#709FA1 (or 0x709FA1) is known color: Neptune. HEX triplet: 70, 9F and A1. RGB value is (112,159,161). Sum of RGB (Red+Green+Blue) = 112+159+161=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #709FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709FA1 is #8F605E. Grayscale: #919191. Windows color (decimal): -9396319 or 10592112. OLE color: 10592112.

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

Color convert

RGB 112 159 161 -
CMYK 0.30 0.01 0 0.37
HSL 182.45º 0.21% 0.54% -
HSV(B) 182.45º 0.3% 0.63% -
XYZ 25.51 30.81 38.32 -
YUV 145.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 112 159 161 0.30 0.01 0 0.37 182.45 0.21 0.54
Hex 70 9F A1 1E 1 0 25 B6 15 36
Octal 160 237 241 36 1 0 45 266 25 66
Binary 1110000 10011111 10100001 11110 1 0 100101 10110110 10101 110110

Color Harmonies of #709FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FA1

Black with #709FA1

Text Example


Text Example

White with #709FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #709FA1;
 }
 .AnyTagClassName
 {
   color: #709FA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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