#74ABAB

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

Shades of Neptune #74ABAB

Tints of Neptune #74ABAB

Color information

#74ABAB (or 0x74ABAB) is unknown color: approx Neptune. HEX triplet: 74, AB and AB. RGB value is (116,171,171). Sum of RGB (Red+Green+Blue) = 116+171+171=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #74ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABAB is #8B5454. Grayscale: #9A9A9A. Windows color (decimal): -9131093 or 11250548. OLE color: 11250548.

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

Color convert

RGB116171171-
CMYK0.32000.33
HSL180º24.66%56.27%-
HSV(B)180º32.16%67.06%-
XYZ29.1235.7843.9-
YUV154.55137.28100.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.33%
GREEN value IS 171 (67.19% from 255) = 37.34%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=25.33%
G=37.34%
B=37.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161711710.32000.3318024.6656.27
Hex74ABAB200021b41938
Octal1642532534000412643170
Binary11101001010101110101011100000001000011011010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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