#74ACAE

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

Shades of Neptune #74ACAE

Tints of Neptune #74ACAE

Color information

#74ACAE (or 0x74ACAE) is unknown color: approx Neptune. HEX triplet: 74, AC and AE. RGB value is (116,172,174). Sum of RGB (Red+Green+Blue) = 116+172+174=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #74ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACAE is #8B5351. Grayscale: #9B9B9B. Windows color (decimal): -9130834 or 11447412. OLE color: 11447412.

HSL color Cylindrical-coordinate representation of color #74ACAE: hue angle of 182.07º 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 #74ACAE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116172174-
CMYK0.330.0100.32
HSL182.07º26.36%56.86%-
HSV(B)182.07º33.33%68.24%-
XYZ29.5936.2745.49-
YUV155.48138.4599.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.11%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=25.11%
G=37.23%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161721740.330.0100.32182.0726.3656.86
Hex74ACAE211020b61a39
Octal1642542564110402663271
Binary11101001010110010101110100001101000001011011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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