#74AAB0

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

Shades of Neptune #74AAB0

Tints of Neptune #74AAB0

Color information

#74AAB0 (or 0x74AAB0) is unknown color: approx Neptune. HEX triplet: 74, AA and B0. RGB value is (116,170,176). Sum of RGB (Red+Green+Blue) = 116+170+176=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #74AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAB0 is #8B554F. Grayscale: #9A9A9A. Windows color (decimal): -9131344 or 11577972. OLE color: 11577972.

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

Color convert

RGB116170176-
CMYK0.340.0300.31
HSL186º27.52%57.25%-
HSV(B)186º34.09%69.02%-
XYZ29.4135.646.39-
YUV154.54140.11100.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.11%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=25.11%
G=36.80%
B=38.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161701760.340.0300.3118627.5257.25
Hex74AAB022301Fba1c39
Octal1642522604230372723471
Binary11101001010101010110000100010110111111011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AAB0; }

 p { color: rgb(116,170,176); }

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

<style>
 a { background-color: #74AAB0; }

 a { background-color: rgb(116,170,176); }

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

<style>
 span { border-color: #74AAB0; }

 span { border-color: rgb(116,170,176); }

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