Html Css Color HEX #76A9B4 Neptune

📋 copy color: '#76A9B4'

red 118 ◦ green 169 ◦ blue 180

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

Shades of Neptune #76A9B4

Tints of Neptune #76A9B4

RGB

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

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

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

R = 25.27%
G = 36.19%
B = 38.54%

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

#76A9B4 (or 0x76A9B4) is known color: Neptune. HEX triplet: 76, A9 and B4. RGB value is (118,169,180). Sum of RGB (Red+Green+Blue) = 118+169+180=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #76A9B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A9B4 is #89564B. Grayscale: #9A9A9A. Windows color (decimal): -9000524 or 11839862. OLE color: 11839862.

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

Color convert

RGB 118 169 180 -
CMYK 0.34 0.06 0 0.29
HSL 190.65º 0.29% 0.58% -
HSV(B) 190.65º 0.34% 0.71% -
XYZ 29.9 35.52 48.46 -
YUV 155.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 118 169 180 0.34 0.06 0 0.29 190.65 0.29 0.58
Hex 76 A9 B4 22 6 0 1D BF 1D 3A
Octal 166 251 264 42 6 0 35 277 35 72
Binary 1110110 10101001 10110100 100010 110 0 11101 10111111 11101 111010

Color Harmonies of #76A9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A9B4

Black with #76A9B4

Text Example


Text Example

White with #76A9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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