#76B4B3

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

Shades of Neptune #76B4B3

Tints of Neptune #76B4B3

Color information

#76B4B3 (or 0x76B4B3) is unknown color: approx Neptune. HEX triplet: 76, B4 and B3. RGB value is (118,180,179). Sum of RGB (Red+Green+Blue) = 118+180+179=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #76B4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B4B3 is #894B4C. Grayscale: #A1A1A1. Windows color (decimal): -8997709 or 11777142. OLE color: 11777142.

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

Color convert

RGB118180179-
CMYK0.3400.010.29
HSL179.03º29.25%58.43%-
HSV(B)179.03º34.44%70.59%-
XYZ31.9339.7548.64-
YUV161.35137.9697.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 179 (70.31% from 255) = 37.53%
R=24.74%
G=37.74%
B=37.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181801790.3400.010.29179.0329.2558.43
Hex76B4B322011Db31d3a
Octal1662642634201352633572
Binary1110110101101001011001110001001111011011001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,180,179); }

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

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

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

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

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

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

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