Html Css Color HEX #70A1A4 Neptune

📋 copy color: '#70A1A4'

red 112 ◦ green 161 ◦ blue 164

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

Shades of Neptune #70A1A4

Tints of Neptune #70A1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 25.63%
G = 36.84%
B = 37.53%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#70A1A4 (or 0x70A1A4) is known color: Neptune. HEX triplet: 70, A1 and A4. RGB value is (112,161,164). Sum of RGB (Red+Green+Blue) = 112+161+164=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 164 - color contains mainly: blue. Hex color #70A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A1A4 is #8F5E5B. Grayscale: #929292. Windows color (decimal): -9395804 or 10789232. OLE color: 10789232.

HSL color Cylindrical-coordinate representation of color #70A1A4: hue angle of 183.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #70A1A4 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 161 164 -
CMYK 0.32 0.02 0 0.36
HSL 183.46º 0.22% 0.54% -
HSV(B) 183.46º 0.32% 0.64% -
XYZ 26.13 31.61 39.85 -
YUV 146.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 112 161 164 0.32 0.02 0 0.36 183.46 0.22 0.54
Hex 70 A1 A4 20 2 0 24 B7 16 36
Octal 160 241 244 40 2 0 44 267 26 66
Binary 1110000 10100001 10100100 100000 10 0 100100 10110111 10110 110110

Color Harmonies of #70A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A1A4

Black with #70A1A4

Text Example


Text Example

White with #70A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,161,164); }

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

background-color css

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

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

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

border-color css

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

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

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