Html Css Color HEX #76A3AB Neptune

📋 copy color: '#76A3AB'

red 118 ◦ green 163 ◦ blue 171

#76A3AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #76A3AB

Tints of Neptune #76A3AB

RGB

 RED value IS 118 (46.48% from 255) = 26.11%

 GREEN value IS 163 (64.06% from 255) = 36.06%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 26.11%
G = 36.06%
B = 37.83%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76A3AB (or 0x76A3AB) is known color: Neptune. HEX triplet: 76, A3 and AB. RGB value is (118,163,171). Sum of RGB (Red+Green+Blue) = 118+163+171=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #76A3AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A3AB is #895C54. Grayscale: #969696. Windows color (decimal): -9002069 or 11248502. OLE color: 11248502.

HSL color Cylindrical-coordinate representation of color #76A3AB: hue angle of 189.06º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76A3AB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 163 171 -
CMYK 0.31 0.05 0 0.33
HSL 189.06º 0.24% 0.57% -
HSV(B) 189.06º 0.31% 0.67% -
XYZ 27.92 32.99 43.42 -
YUV 150.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 118 163 171 0.31 0.05 0 0.33 189.06 0.24 0.57
Hex 76 A3 AB 1F 5 0 21 BD 18 39
Octal 166 243 253 37 5 0 41 275 30 71
Binary 1110110 10100011 10101011 11111 101 0 100001 10111101 11000 111001

Color Harmonies of #76A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3AB

Black with #76A3AB

Text Example


Text Example

White with #76A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,171); }

 H1.HeaderClassName
 {
   color: #76A3AB;
 }
 .AnyTagClassName
 {
   color: #76A3AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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