Html Css Color HEX #70A0AA Neptune

📋 copy color: '#70A0AA'

red 112 ◦ green 160 ◦ blue 170

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

Shades of Neptune #70A0AA

Tints of Neptune #70A0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 25.34%
G = 36.2%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#70A0AA (or 0x70A0AA) is known color: Neptune. HEX triplet: 70, A0 and AA. RGB value is (112,160,170). Sum of RGB (Red+Green+Blue) = 112+160+170=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #70A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0AA is #8F5F55. Grayscale: #929292. Windows color (decimal): -9396054 or 11182192. OLE color: 11182192.

HSL color Cylindrical-coordinate representation of color #70A0AA: hue angle of 190.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A0AA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 160 170 -
CMYK 0.34 0.06 0 0.33
HSL 190.34º 0.25% 0.55% -
HSV(B) 190.34º 0.34% 0.67% -
XYZ 26.51 31.49 42.71 -
YUV 146.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 112 160 170 0.34 0.06 0 0.33 190.34 0.25 0.55
Hex 70 A0 AA 22 6 0 21 BE 19 37
Octal 160 240 252 42 6 0 41 276 31 67
Binary 1110000 10100000 10101010 100010 110 0 100001 10111110 11001 110111

Color Harmonies of #70A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A0AA

Black with #70A0AA

Text Example


Text Example

White with #70A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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