Html Css Color HEX #70A0AD Neptune

📋 copy color: '#70A0AD'

red 112 ◦ green 160 ◦ blue 173

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

Shades of Neptune #70A0AD

Tints of Neptune #70A0AD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 25.17%
G = 35.96%
B = 38.88%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70A0AD (or 0x70A0AD) is known color: Neptune. HEX triplet: 70, A0 and AD. RGB value is (112,160,173). Sum of RGB (Red+Green+Blue) = 112+160+173=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #70A0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0AD is #8F5F52. Grayscale: #939393. Windows color (decimal): -9396051 or 11378800. OLE color: 11378800.

HSL color Cylindrical-coordinate representation of color #70A0AD: hue angle of 192.79º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70A0AD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 160 173 -
CMYK 0.35 0.08 0 0.32
HSL 192.79º 0.27% 0.56% -
HSV(B) 192.79º 0.35% 0.68% -
XYZ 26.8 31.6 44.22 -
YUV 147.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 112 160 173 0.35 0.08 0 0.32 192.79 0.27 0.56
Hex 70 A0 AD 23 8 0 20 C1 1B 38
Octal 160 240 255 43 10 0 40 301 33 70
Binary 1110000 10100000 10101101 100011 1000 0 100000 11000001 11011 111000

Color Harmonies of #70A0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A0AD

Black with #70A0AD

Text Example


Text Example

White with #70A0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A0AD; }

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

 H1.HeaderClassName
 {
   color: #70A0AD;
 }
 .AnyTagClassName
 {
   color: #70A0AD;
 }
</style>

background-color css

<style>
 a { background-color: #70A0AD; }

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

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

border-color css

<style>
 span { border-color: #70A0AD; }

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

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