Html Css Color HEX #70AAA9 Neptune

📋 copy color: '#70AAA9'

red 112 ◦ green 170 ◦ blue 169

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

Shades of Neptune #70AAA9

Tints of Neptune #70AAA9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

 BLUE value IS 169 (66.41% from 255) = 37.47%

R = 24.83%
G = 37.69%
B = 37.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#70AAA9 (or 0x70AAA9) is known color: Neptune. HEX triplet: 70, AA and A9. RGB value is (112,170,169). Sum of RGB (Red+Green+Blue) = 112+170+169=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #70AAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAA9 is #8F5556. Grayscale: #989898. Windows color (decimal): -9393495 or 11119216. OLE color: 11119216.

HSL color Cylindrical-coordinate representation of color #70AAA9: hue angle of 178.97º 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 #70AAA9 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 170 169 -
CMYK 0.34 0 0.01 0.33
HSL 178.97º 0.25% 0.55% -
HSV(B) 178.97º 0.34% 0.67% -
XYZ 28.22 35.06 42.82 -
YUV 152.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 112 170 169 0.34 0 0.01 0.33 178.97 0.25 0.55
Hex 70 AA A9 22 0 1 21 B3 19 37
Octal 160 252 251 42 0 1 41 263 31 67
Binary 1110000 10101010 10101001 100010 0 1 100001 10110011 11001 110111

Color Harmonies of #70AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAA9

Black with #70AAA9

Text Example


Text Example

White with #70AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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