Html Css Color HEX #70ADAD Neptune

📋 copy color: '#70ADAD'

red 112 ◦ green 173 ◦ blue 173

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

Shades of Neptune #70ADAD

Tints of Neptune #70ADAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.77%

R = 24.45%
G = 37.77%
B = 37.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#70ADAD (or 0x70ADAD) is known color: Neptune. HEX triplet: 70, AD and AD. RGB value is (112,173,173). Sum of RGB (Red+Green+Blue) = 112+173+173=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #70ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ADAD is #8F5252. Grayscale: #9A9A9A. Windows color (decimal): -9392723 or 11382128. OLE color: 11382128.

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

Color convert

RGB 112 173 173 -
CMYK 0.35 0 0 0.32
HSL 180º 0.27% 0.56% -
HSV(B) 180º 0.35% 0.68% -
XYZ 29.17 36.35 45.01 -
YUV 154.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 112 173 173 0.35 0 0 0.32 180 0.27 0.56
Hex 70 AD AD 23 0 0 20 B4 1B 38
Octal 160 255 255 43 0 0 40 264 33 70
Binary 1110000 10101101 10101101 100011 0 0 100000 10110100 11011 111000

Color Harmonies of #70ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADAD

Black with #70ADAD

Text Example


Text Example

White with #70ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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