#75ACAD

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

Shades of Neptune #75ACAD

Tints of Neptune #75ACAD

Color information

#75ACAD (or 0x75ACAD) is unknown color: approx Neptune. HEX triplet: 75, AC and AD. RGB value is (117,172,173). Sum of RGB (Red+Green+Blue) = 117+172+173=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #75ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ACAD is #8A5352. Grayscale: #9B9B9B. Windows color (decimal): -9065299 or 11381877. OLE color: 11381877.

HSL color Cylindrical-coordinate representation of color #75ACAD: hue angle of 181.07º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ACAD is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB117172173-
CMYK0.320.0100.32
HSL181.07º25.45%56.86%-
HSV(B)181.07º32.37%67.84%-
XYZ29.6336.344.98-
YUV155.67137.78100.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.32%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=25.32%
G=37.23%
B=37.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171721730.320.0100.32181.0725.4556.86
Hex75ACAD201020b51939
Octal1652542554010402653171
Binary11101011010110010101101100000101000001011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,173); }

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

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

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

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

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

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

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