Html Css Color HEX #70AAAF Neptune

📋 copy color: '#70AAAF'

red 112 ◦ green 170 ◦ blue 175

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

Shades of Neptune #70AAAF

Tints of Neptune #70AAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 24.51%
G = 37.2%
B = 38.29%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#70AAAF (or 0x70AAAF) is known color: Neptune. HEX triplet: 70, AA and AF. RGB value is (112,170,175). Sum of RGB (Red+Green+Blue) = 112+170+175=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #70AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AAAF is #8F5550. Grayscale: #999999. Windows color (decimal): -9393489 or 11512432. OLE color: 11512432.

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

Color convert

RGB 112 170 175 -
CMYK 0.36 0.03 0 0.31
HSL 184.76º 0.28% 0.56% -
HSV(B) 184.76º 0.36% 0.69% -
XYZ 28.79 35.29 45.85 -
YUV 153.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 112 170 175 0.36 0.03 0 0.31 184.76 0.28 0.56
Hex 70 AA AF 24 3 0 1F B9 1C 38
Octal 160 252 257 44 3 0 37 271 34 70
Binary 1110000 10101010 10101111 100100 11 0 11111 10111001 11100 111000

Color Harmonies of #70AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAAF

Black with #70AAAF

Text Example


Text Example

White with #70AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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