Html Css Color HEX #709FA0 Neptune

📋 copy color: '#709FA0'

red 112 ◦ green 159 ◦ blue 160

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

Shades of Neptune #709FA0

Tints of Neptune #709FA0

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 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

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

RGB 112 159 160 -
CMYK 0.30 0.01 0 0.37
HSL 181.25º 0.2% 0.53% -
HSV(B) 181.25º 0.3% 0.63% -
XYZ 25.43 30.78 37.86 -
YUV 145.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 112 159 160 0.30 0.01 0 0.37 181.25 0.2 0.53
Hex 70 9F A0 1E 1 0 25 B5 14 35
Octal 160 237 240 36 1 0 45 265 24 65
Binary 1110000 10011111 10100000 11110 1 0 100101 10110101 10100 110101

Color Harmonies of #709FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709FA0

Black with #709FA0

Text Example


Text Example

White with #709FA0

Text Example


Text Example

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