Html Css Color HEX #70ADAE Neptune

📋 copy color: '#70ADAE'

red 112 ◦ green 173 ◦ blue 174

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

Shades of Neptune #70ADAE

Tints of Neptune #70ADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.69%

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

R = 24.4%
G = 37.69%
B = 37.91%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70ADAE (or 0x70ADAE) is known color: Neptune. HEX triplet: 70, AD and AE. RGB value is (112,173,174). Sum of RGB (Red+Green+Blue) = 112+173+174=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #70ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ADAE is #8F5251. Grayscale: #9A9A9A. Windows color (decimal): -9392722 or 11447664. OLE color: 11447664.

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

Color convert

RGB 112 173 174 -
CMYK 0.36 0.01 0 0.32
HSL 180.97º 0.28% 0.56% -
HSV(B) 180.97º 0.36% 0.68% -
XYZ 29.27 36.39 45.53 -
YUV 154.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 112 173 174 0.36 0.01 0 0.32 180.97 0.28 0.56
Hex 70 AD AE 24 1 0 20 B5 1C 38
Octal 160 255 256 44 1 0 40 265 34 70
Binary 1110000 10101101 10101110 100100 1 0 100000 10110101 11100 111000

Color Harmonies of #70ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADAE

Black with #70ADAE

Text Example


Text Example

White with #70ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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