#76A8AF

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

Shades of Neptune #76A8AF

Tints of Neptune #76A8AF

Color information

#76A8AF (or 0x76A8AF) is unknown color: approx Neptune. HEX triplet: 76, A8 and AF. RGB value is (118,168,175). Sum of RGB (Red+Green+Blue) = 118+168+175=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #76A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A8AF is #895750. Grayscale: #999999. Windows color (decimal): -9000785 or 11511926. OLE color: 11511926.

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

Color convert

RGB118168175-
CMYK0.330.0400.31
HSL187.37º26.27%57.45%-
HSV(B)187.37º32.57%68.63%-
XYZ29.2134.9545.76-
YUV153.85139.94102.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.60%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=25.60%
G=36.44%
B=37.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181681750.330.0400.31187.3726.2757.45
Hex76A8AF21401Fbb1a39
Octal1662502574140372733271
Binary111011010101000101011111000011000111111011101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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