#76AAAF

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

Shades of Neptune #76AAAF

Tints of Neptune #76AAAF

Color information

#76AAAF (or 0x76AAAF) is unknown color: approx Neptune. HEX triplet: 76, AA and AF. RGB value is (118,170,175). Sum of RGB (Red+Green+Blue) = 118+170+175=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #76AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAAF is #895550. Grayscale: #9A9A9A. Windows color (decimal): -9000273 or 11512438. OLE color: 11512438.

HSL color Cylindrical-coordinate representation of color #76AAAF: hue angle of 185.26º 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 #76AAAF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118170175-
CMYK0.330.0300.31
HSL185.26º26.27%57.45%-
HSV(B)185.26º32.57%68.63%-
XYZ29.5835.745.89-
YUV155.02139.27101.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.49%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=25.49%
G=36.72%
B=37.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181701750.330.0300.31185.2626.2757.45
Hex76AAAF21301Fb91a39
Octal1662522574130372713271
Binary11101101010101010101111100001110111111011100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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