Html Css Color HEX #76A8AD Neptune

📋 copy color: '#76A8AD'

red 118 ◦ green 168 ◦ blue 173

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

Shades of Neptune #76A8AD

Tints of Neptune #76A8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 25.71%
G = 36.6%
B = 37.69%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#76A8AD (or 0x76A8AD) is known color: Neptune. HEX triplet: 76, A8 and AD. RGB value is (118,168,173). Sum of RGB (Red+Green+Blue) = 118+168+173=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #76A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A8AD is #895752. Grayscale: #999999. Windows color (decimal): -9000787 or 11380854. OLE color: 11380854.

HSL color Cylindrical-coordinate representation of color #76A8AD: hue angle of 185.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A8AD is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 168 173 -
CMYK 0.32 0.03 0 0.32
HSL 185.45º 0.25% 0.57% -
HSV(B) 185.45º 0.32% 0.68% -
XYZ 29.02 34.87 44.74 -
YUV 153.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 118 168 173 0.32 0.03 0 0.32 185.45 0.25 0.57
Hex 76 A8 AD 20 3 0 20 B9 19 39
Octal 166 250 255 40 3 0 40 271 31 71
Binary 1110110 10101000 10101101 100000 11 0 100000 10111001 11001 111001

Color Harmonies of #76A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8AD

Black with #76A8AD

Text Example


Text Example

White with #76A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,173); }

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

background-color css

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

 a { background-color: rgb(118,168,173); }

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

border-color css

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

 span { border-color: rgb(118,168,173); }

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