Html Css Color HEX #709EA0 Neptune

📋 copy color: '#709EA0'

red 112 ◦ green 158 ◦ blue 160

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

Shades of Neptune #709EA0

Tints of Neptune #709EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

 BLUE value IS 160 (62.89% from 255) = 37.21%

R = 26.05%
G = 36.74%
B = 37.21%

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

#709EA0 (or 0x709EA0) is known color: Neptune. HEX triplet: 70, 9E and A0. RGB value is (112,158,160). Sum of RGB (Red+Green+Blue) = 112+158+160=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #709EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709EA0 is #8F615F. Grayscale: #909090. Windows color (decimal): -9396576 or 10526320. OLE color: 10526320.

HSL color Cylindrical-coordinate representation of color #709EA0: hue angle of 182.5º 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 #709EA0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 158 160 -
CMYK 0.30 0.01 0 0.37
HSL 182.5º 0.2% 0.53% -
HSV(B) 182.5º 0.3% 0.63% -
XYZ 25.25 30.44 37.8 -
YUV 144.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 112 158 160 0.30 0.01 0 0.37 182.5 0.2 0.53
Hex 70 9E A0 1E 1 0 25 B6 14 35
Octal 160 236 240 36 1 0 45 266 24 65
Binary 1110000 10011110 10100000 11110 1 0 100101 10110110 10100 110101

Color Harmonies of #709EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EA0

Black with #709EA0

Text Example


Text Example

White with #709EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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