#75ABAB

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

Shades of Neptune #75ABAB

Tints of Neptune #75ABAB

Color information

#75ABAB (or 0x75ABAB) is unknown color: approx Neptune. HEX triplet: 75, AB and AB. RGB value is (117,171,171). Sum of RGB (Red+Green+Blue) = 117+171+171=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #75ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ABAB is #8A5454. Grayscale: #9A9A9A. Windows color (decimal): -9065557 or 11250549. OLE color: 11250549.

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

Color convert

RGB117171171-
CMYK0.32000.33
HSL180º24.32%56.47%-
HSV(B)180º31.58%67.06%-
XYZ29.2535.8543.91-
YUV154.85137.11101-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 171 (67.19% from 255) = 37.25%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=25.49%
G=37.25%
B=37.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171711710.32000.3318024.3256.47
Hex75ABAB200021b41838
Octal1652532534000412643070
Binary11101011010101110101011100000001000011011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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