#70AEAF

Color #70AEAF Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #70AEAF

Tints of Neptune #70AEAF

Color information

#70AEAF (or 0x70AEAF) is unknown color: approx Neptune. HEX triplet: 70, AE and AF. RGB value is (112,174,175). Sum of RGB (Red+Green+Blue) = 112+174+175=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #70AEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEAF is #8F5150. Grayscale: #9B9B9B. Windows color (decimal): -9392465 or 11513456. OLE color: 11513456.

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

Color convert

RGB112174175-
CMYK0.360.0100.31
HSL180.95º28.25%56.27%-
HSV(B)180.95º36%68.63%-
XYZ29.5636.8146.11-
YUV155.58138.9696.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=24.30%
G=37.74%
B=37.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121741750.360.0100.31180.9528.2556.27
Hex70AEAF24101Fb51c38
Octal1602562574410372653470
Binary1110000101011101010111110010010111111011010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AEAF;
 }
 .AnyTagClassName
 {
   color: #70AEAF;
 }
</style>
background-color css

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

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

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

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

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

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