Html Css Color HEX #70A2AD Neptune

📋 copy color: '#70A2AD'

red 112 ◦ green 162 ◦ blue 173

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

Shades of Neptune #70A2AD

Tints of Neptune #70A2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

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

R = 25.06%
G = 36.24%
B = 38.7%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70A2AD (or 0x70A2AD) is known color: Neptune. HEX triplet: 70, A2 and AD. RGB value is (112,162,173). Sum of RGB (Red+Green+Blue) = 112+162+173=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #70A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A2AD is #8F5D52. Grayscale: #949494. Windows color (decimal): -9395539 or 11379312. OLE color: 11379312.

HSL color Cylindrical-coordinate representation of color #70A2AD: hue angle of 190.82º 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 #70A2AD is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 162 173 -
CMYK 0.35 0.06 0 0.32
HSL 190.82º 0.27% 0.56% -
HSV(B) 190.82º 0.35% 0.68% -
XYZ 27.15 32.3 44.34 -
YUV 148.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 112 162 173 0.35 0.06 0 0.32 190.82 0.27 0.56
Hex 70 A2 AD 23 6 0 20 BF 1B 38
Octal 160 242 255 43 6 0 40 277 33 70
Binary 1110000 10100010 10101101 100011 110 0 100000 10111111 11011 111000

Color Harmonies of #70A2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A2AD

Black with #70A2AD

Text Example


Text Example

White with #70A2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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