Html Css Color HEX #70ABAA Neptune

📋 copy color: '#70ABAA'

red 112 ◦ green 171 ◦ blue 170

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

Shades of Neptune #70ABAA

Tints of Neptune #70ABAA

RGB

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

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

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

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

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 112 171 170 -
CMYK 0.35 0 0.01 0.33
HSL 178.98º 0.26% 0.55% -
HSV(B) 178.98º 0.35% 0.67% -
XYZ 28.5 35.47 43.38 -
YUV 153.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 112 171 170 0.35 0 0.01 0.33 178.98 0.26 0.55
Hex 70 AB AA 23 0 1 21 B3 1A 37
Octal 160 253 252 43 0 1 41 263 32 67
Binary 1110000 10101011 10101010 100011 0 1 100001 10110011 11010 110111

Color Harmonies of #70ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABAA

Black with #70ABAA

Text Example


Text Example

White with #70ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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