#76B2B2

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

Shades of Neptune #76B2B2

Tints of Neptune #76B2B2

Color information

#76B2B2 (or 0x76B2B2) is unknown color: approx Neptune. HEX triplet: 76, B2 and B2. RGB value is (118,178,178). Sum of RGB (Red+Green+Blue) = 118+178+178=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 178 - color contains mainly: green, blue. Hex color #76B2B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76B2B2 is #894D4D. Grayscale: #A0A0A0. Windows color (decimal): -8998222 or 11711094. OLE color: 11711094.

HSL color Cylindrical-coordinate representation of color #76B2B2: hue angle of 180º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B2B2 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB118178178-
CMYK0.34000.30
HSL180º28.04%58.04%-
HSV(B)180º33.71%69.8%-
XYZ31.4338.9147.97-
YUV160.06138.1298-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 178 (69.92% from 255) = 37.55%
R=24.89%
G=37.55%
B=37.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181781780.34000.3018028.0458.04
Hex76B2B222001Eb41c3a
Octal1662622624200362643472
Binary1110110101100101011001010001000111101011010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,178); }

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

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

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

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

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

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

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