#74ABAE

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

Shades of Neptune #74ABAE

Tints of Neptune #74ABAE

Color information

#74ABAE (or 0x74ABAE) is unknown color: approx Neptune. HEX triplet: 74, AB and AE. RGB value is (116,171,174). Sum of RGB (Red+Green+Blue) = 116+171+174=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #74ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABAE is #8B5451. Grayscale: #9A9A9A. Windows color (decimal): -9131090 or 11447156. OLE color: 11447156.

HSL color Cylindrical-coordinate representation of color #74ABAE: hue angle of 183.1º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74ABAE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116171174-
CMYK0.330.0200.32
HSL183.1º26.36%56.86%-
HSV(B)183.1º33.33%68.24%-
XYZ29.4135.8945.42-
YUV154.9138.78100.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=25.16%
G=37.09%
B=37.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161711740.330.0200.32183.126.3656.86
Hex74ABAE212020b71a39
Octal1642532564120402673271
Binary111010010101011101011101000011001000001011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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