#74A2AB

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

Shades of Neptune #74A2AB

Tints of Neptune #74A2AB

Color information

#74A2AB (or 0x74A2AB) is unknown color: approx Neptune. HEX triplet: 74, A2 and AB. RGB value is (116,162,171). Sum of RGB (Red+Green+Blue) = 116+162+171=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #74A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A2AB is #8B5D54. Grayscale: #959595. Windows color (decimal): -9133397 or 11248244. OLE color: 11248244.

HSL color Cylindrical-coordinate representation of color #74A2AB: hue angle of 189.82º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74A2AB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116162171-
CMYK0.320.0500.33
HSL189.82º24.66%56.27%-
HSV(B)189.82º32.16%67.06%-
XYZ27.4732.4943.35-
YUV149.27140.26104.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=25.84%
G=36.08%
B=38.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161621710.320.0500.33189.8224.6656.27
Hex74A2AB205021be1938
Octal1642422534050412763170
Binary1110100101000101010101110000010101000011011111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,162,171); }

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

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

 a { background-color: rgb(116,162,171); }

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

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

 span { border-color: rgb(116,162,171); }

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