Html Css Color HEX #70ABAE Neptune

📋 copy color: '#70ABAE'

red 112 ◦ green 171 ◦ blue 174

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

Shades of Neptune #70ABAE

Tints of Neptune #70ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.07%

R = 24.51%
G = 37.42%
B = 38.07%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70ABAE (or 0x70ABAE) is known color: Neptune. HEX triplet: 70, AB and AE. RGB value is (112,171,174). Sum of RGB (Red+Green+Blue) = 112+171+174=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #70ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABAE is #8F5451. Grayscale: #999999. Windows color (decimal): -9393234 or 11447152. OLE color: 11447152.

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

Color convert

RGB 112 171 174 -
CMYK 0.36 0.02 0 0.32
HSL 182.9º 0.28% 0.56% -
HSV(B) 182.9º 0.36% 0.68% -
XYZ 28.88 35.63 45.4 -
YUV 153.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 112 171 174 0.36 0.02 0 0.32 182.9 0.28 0.56
Hex 70 AB AE 24 2 0 20 B7 1C 38
Octal 160 253 256 44 2 0 40 267 34 70
Binary 1110000 10101011 10101110 100100 10 0 100000 10110111 11100 111000

Color Harmonies of #70ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABAE

Black with #70ABAE

Text Example


Text Example

White with #70ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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