Html Css Color HEX #70A0A0 Neptune

📋 copy color: '#70A0A0'

red 112 ◦ green 160 ◦ blue 160

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

Shades of Neptune #70A0A0

Tints of Neptune #70A0A0

RGB

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

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

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

R = 25.93%
G = 37.04%
B = 37.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#70A0A0 (or 0x70A0A0) is known color: Neptune. HEX triplet: 70, A0 and A0. RGB value is (112,160,160). Sum of RGB (Red+Green+Blue) = 112+160+160=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #70A0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A0A0 is #8F5F5F. Grayscale: #919191. Windows color (decimal): -9396064 or 10526832. OLE color: 10526832.

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

Color convert

RGB 112 160 160 -
CMYK 0.30 0 0 0.37
HSL 180º 0.2% 0.53% -
HSV(B) 180º 0.3% 0.63% -
XYZ 25.6 31.12 37.92 -
YUV 145.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 112 160 160 0.30 0 0 0.37 180 0.2 0.53
Hex 70 A0 A0 1E 0 0 25 B4 14 35
Octal 160 240 240 36 0 0 45 264 24 65
Binary 1110000 10100000 10100000 11110 0 0 100101 10110100 10100 110101

Color Harmonies of #70A0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A0A0

Black with #70A0A0

Text Example


Text Example

White with #70A0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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