#74ACB0

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

Shades of Neptune #74ACB0

Tints of Neptune #74ACB0

Color information

#74ACB0 (or 0x74ACB0) is unknown color: approx Neptune. HEX triplet: 74, AC and B0. RGB value is (116,172,176). Sum of RGB (Red+Green+Blue) = 116+172+176=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #74ACB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ACB0 is #8B534F. Grayscale: #9B9B9B. Windows color (decimal): -9130832 or 11578484. OLE color: 11578484.

HSL color Cylindrical-coordinate representation of color #74ACB0: hue angle of 184º 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 #74ACB0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116172176-
CMYK0.340.0200.31
HSL184º27.52%57.25%-
HSV(B)184º34.09%69.02%-
XYZ29.7936.3546.52-
YUV155.71139.4599.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 176 (69.14% from 255) = 37.93%
R=25%
G=37.07%
B=37.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161721760.340.0200.3118427.5257.25
Hex74ACB022201Fb81c39
Octal1642542604220372703471
Binary11101001010110010110000100010100111111011100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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