Html Css Color HEX #70AAAB Neptune

📋 copy color: '#70AAAB'

red 112 ◦ green 170 ◦ blue 171

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

Shades of Neptune #70AAAB

Tints of Neptune #70AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 24.72%
G = 37.53%
B = 37.75%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#70AAAB (or 0x70AAAB) is known color: Neptune. HEX triplet: 70, AA and AB. RGB value is (112,170,171). Sum of RGB (Red+Green+Blue) = 112+170+171=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #70AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAAB is #8F5554. Grayscale: #989898. Windows color (decimal): -9393493 or 11250288. OLE color: 11250288.

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

Color convert

RGB 112 170 171 -
CMYK 0.35 0.01 0 0.33
HSL 181.02º 0.26% 0.55% -
HSV(B) 181.02º 0.35% 0.67% -
XYZ 28.41 35.13 43.81 -
YUV 152.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 112 170 171 0.35 0.01 0 0.33 181.02 0.26 0.55
Hex 70 AA AB 23 1 0 21 B5 1A 37
Octal 160 252 253 43 1 0 41 265 32 67
Binary 1110000 10101010 10101011 100011 1 0 100001 10110101 11010 110111

Color Harmonies of #70AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAAB

Black with #70AAAB

Text Example


Text Example

White with #70AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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