#74AAAA

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

Shades of Neptune #74AAAA

Tints of Neptune #74AAAA

Color information

#74AAAA (or 0x74AAAA) is unknown color: approx Neptune. HEX triplet: 74, AA and AA. RGB value is (116,170,170). Sum of RGB (Red+Green+Blue) = 116+170+170=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #74AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAAA is #8B5555. Grayscale: #999999. Windows color (decimal): -9131350 or 11184756. OLE color: 11184756.

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

Color convert

RGB116170170-
CMYK0.32000.33
HSL180º24.11%56.08%-
HSV(B)180º31.76%66.67%-
XYZ28.8335.3643.34-
YUV153.85137.11101-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 170 (66.80% from 255) = 37.28%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=25.44%
G=37.28%
B=37.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701700.32000.3318024.1156.08
Hex74AAAA200021b41838
Octal1642522524000412643070
Binary11101001010101010101010100000001000011011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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