Html Css Color HEX #76A9B3 Neptune

📋 copy color: '#76A9B3'

red 118 ◦ green 169 ◦ blue 179

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

Shades of Neptune #76A9B3

Tints of Neptune #76A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 25.32%
G = 36.27%
B = 38.41%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#76A9B3 (or 0x76A9B3) is known color: Neptune. HEX triplet: 76, A9 and B3. RGB value is (118,169,179). Sum of RGB (Red+Green+Blue) = 118+169+179=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 179 - color contains mainly: blue. Hex color #76A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9B3 is #89564C. Grayscale: #9A9A9A. Windows color (decimal): -9000525 or 11774326. OLE color: 11774326.

HSL color Cylindrical-coordinate representation of color #76A9B3: hue angle of 189.84º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76A9B3 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 169 179 -
CMYK 0.34 0.06 0 0.30
HSL 189.84º 0.29% 0.58% -
HSV(B) 189.84º 0.34% 0.7% -
XYZ 29.8 35.48 47.93 -
YUV 154.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 118 169 179 0.34 0.06 0 0.30 189.84 0.29 0.58
Hex 76 A9 B3 22 6 0 1E BE 1D 3A
Octal 166 251 263 42 6 0 36 276 35 72
Binary 1110110 10101001 10110011 100010 110 0 11110 10111110 11101 111010

Color Harmonies of #76A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A9B3

Black with #76A9B3

Text Example


Text Example

White with #76A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,169,179); }

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

background-color css

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

 a { background-color: rgb(118,169,179); }

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

border-color css

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

 span { border-color: rgb(118,169,179); }

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