Html Css Color HEX #70ABAC Neptune

📋 copy color: '#70ABAC'

red 112 ◦ green 171 ◦ blue 172

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

Shades of Neptune #70ABAC

Tints of Neptune #70ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.58%

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 24.62%
G = 37.58%
B = 37.8%

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

#70ABAC (or 0x70ABAC) is known color: Neptune. HEX triplet: 70, AB and AC. RGB value is (112,171,172). Sum of RGB (Red+Green+Blue) = 112+171+172=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #70ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAC is #8F5453. Grayscale: #999999. Windows color (decimal): -9393236 or 11316080. OLE color: 11316080.

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

Color convert

RGB 112 171 172 -
CMYK 0.35 0.01 0 0.33
HSL 181º 0.27% 0.56% -
HSV(B) 181º 0.35% 0.67% -
XYZ 28.69 35.55 44.38 -
YUV 153.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 112 171 172 0.35 0.01 0 0.33 181 0.27 0.56
Hex 70 AB AC 23 1 0 21 B5 1B 38
Octal 160 253 254 43 1 0 41 265 33 70
Binary 1110000 10101011 10101100 100011 1 0 100001 10110101 11011 111000

Color Harmonies of #70ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABAC

Black with #70ABAC

Text Example


Text Example

White with #70ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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