Html Css Color HEX #76AAAB Neptune

📋 copy color: '#76AAAB'

red 118 ◦ green 170 ◦ blue 171

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

Shades of Neptune #76AAAB

Tints of Neptune #76AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

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

R = 25.71%
G = 37.04%
B = 37.25%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76AAAB (or 0x76AAAB) is known color: Neptune. HEX triplet: 76, AA and AB. RGB value is (118,170,171). Sum of RGB (Red+Green+Blue) = 118+170+171=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #76AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AAAB is #895554. Grayscale: #9A9A9A. Windows color (decimal): -9000277 or 11250294. OLE color: 11250294.

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

Color convert

RGB 118 170 171 -
CMYK 0.31 0.01 0 0.33
HSL 181.13º 0.24% 0.57% -
HSV(B) 181.13º 0.31% 0.67% -
XYZ 29.2 35.54 43.85 -
YUV 154.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 118 170 171 0.31 0.01 0 0.33 181.13 0.24 0.57
Hex 76 AA AB 1F 1 0 21 B5 18 39
Octal 166 252 253 37 1 0 41 265 30 71
Binary 1110110 10101010 10101011 11111 1 0 100001 10110101 11000 111001

Color Harmonies of #76AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAAB

Black with #76AAAB

Text Example


Text Example

White with #76AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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