#76AEB0

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

Shades of Neptune #76AEB0

Tints of Neptune #76AEB0

Color information

#76AEB0 (or 0x76AEB0) is unknown color: approx Neptune. HEX triplet: 76, AE and B0. RGB value is (118,174,176). Sum of RGB (Red+Green+Blue) = 118+174+176=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 176 - color contains mainly: blue. Hex color #76AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AEB0 is #89514F. Grayscale: #9D9D9D. Windows color (decimal): -8999248 or 11578998. OLE color: 11578998.

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

Color convert

RGB118174176-
CMYK0.330.0100.31
HSL182.07º26.85%57.65%-
HSV(B)182.07º32.95%69.02%-
XYZ30.4437.2646.66-
YUV157.48138.4599.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 176 (69.14% from 255) = 37.61%
R=25.21%
G=37.18%
B=37.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181741760.330.0100.31182.0726.8557.65
Hex76AEB021101Fb61b3a
Octal1662562604110372663372
Binary1110110101011101011000010000110111111011011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,174,176); }

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

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

 a { background-color: rgb(118,174,176); }

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

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

 span { border-color: rgb(118,174,176); }

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