Html Css Color HEX #76AAB4 Neptune

📋 copy color: '#76AAB4'

red 118 ◦ green 170 ◦ blue 180

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

Shades of Neptune #76AAB4

Tints of Neptune #76AAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 25.21%
G = 36.32%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#76AAB4 (or 0x76AAB4) is known color: Neptune. HEX triplet: 76, AA and B4. RGB value is (118,170,180). Sum of RGB (Red+Green+Blue) = 118+170+180=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #76AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AAB4 is #89554B. Grayscale: #9B9B9B. Windows color (decimal): -9000268 or 11840118. OLE color: 11840118.

HSL color Cylindrical-coordinate representation of color #76AAB4: hue angle of 189.68º 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 #76AAB4 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 170 180 -
CMYK 0.34 0.06 0 0.29
HSL 189.68º 0.29% 0.58% -
HSV(B) 189.68º 0.34% 0.71% -
XYZ 30.08 35.9 48.52 -
YUV 155.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 118 170 180 0.34 0.06 0 0.29 189.68 0.29 0.58
Hex 76 AA B4 22 6 0 1D BE 1D 3A
Octal 166 252 264 42 6 0 35 276 35 72
Binary 1110110 10101010 10110100 100010 110 0 11101 10111110 11101 111010

Color Harmonies of #76AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAB4

Black with #76AAB4

Text Example


Text Example

White with #76AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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