Html Css Color HEX #76A2AB Neptune

📋 copy color: '#76A2AB'

red 118 ◦ green 162 ◦ blue 171

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

Shades of Neptune #76A2AB

Tints of Neptune #76A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.92%

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

R = 26.16%
G = 35.92%
B = 37.92%

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

#76A2AB (or 0x76A2AB) is known color: Neptune. HEX triplet: 76, A2 and AB. RGB value is (118,162,171). Sum of RGB (Red+Green+Blue) = 118+162+171=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #76A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A2AB is #895D54. Grayscale: #959595. Windows color (decimal): -9002325 or 11248246. OLE color: 11248246.

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

Color convert

RGB 118 162 171 -
CMYK 0.31 0.05 0 0.33
HSL 190.19º 0.24% 0.57% -
HSV(B) 190.19º 0.31% 0.67% -
XYZ 27.74 32.63 43.36 -
YUV 149.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 118 162 171 0.31 0.05 0 0.33 190.19 0.24 0.57
Hex 76 A2 AB 1F 5 0 21 BE 18 39
Octal 166 242 253 37 5 0 41 276 30 71
Binary 1110110 10100010 10101011 11111 101 0 100001 10111110 11000 111001

Color Harmonies of #76A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A2AB

Black with #76A2AB

Text Example


Text Example

White with #76A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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