#76ACAF

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

Shades of Neptune #76ACAF

Tints of Neptune #76ACAF

Color information

#76ACAF (or 0x76ACAF) is unknown color: approx Neptune. HEX triplet: 76, AC and AF. RGB value is (118,172,175). Sum of RGB (Red+Green+Blue) = 118+172+175=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #76ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ACAF is #895350. Grayscale: #9C9C9C. Windows color (decimal): -8999761 or 11512950. OLE color: 11512950.

HSL color Cylindrical-coordinate representation of color #76ACAF: hue angle of 183.16º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76ACAF is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118172175-
CMYK0.330.0200.31
HSL183.16º26.27%57.45%-
HSV(B)183.16º32.57%68.63%-
XYZ29.9636.4546.01-
YUV156.2138.61100.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.38%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=25.38%
G=36.99%
B=37.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181721750.330.0200.31183.1626.2757.45
Hex76ACAF21201Fb71a39
Octal1662542574120372673271
Binary11101101010110010101111100001100111111011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ACAF; }

 p { color: rgb(118,172,175); }

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

<style>
 a { background-color: #76ACAF; }

 a { background-color: rgb(118,172,175); }

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

<style>
 span { border-color: #76ACAF; }

 span { border-color: rgb(118,172,175); }

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