Html Css Color HEX #76ACB3 Neptune

📋 copy color: '#76ACB3'

red 118 ◦ green 172 ◦ blue 179

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

Shades of Neptune #76ACB3

Tints of Neptune #76ACB3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

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

R = 25.16%
G = 36.67%
B = 38.17%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#76ACB3 (or 0x76ACB3) is known color: Neptune. HEX triplet: 76, AC and B3. RGB value is (118,172,179). Sum of RGB (Red+Green+Blue) = 118+172+179=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #76ACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACB3 is #89534C. Grayscale: #9C9C9C. Windows color (decimal): -8999757 or 11775094. OLE color: 11775094.

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

Color convert

RGB 118 172 179 -
CMYK 0.34 0.04 0 0.30
HSL 186.89º 0.29% 0.58% -
HSV(B) 186.89º 0.34% 0.7% -
XYZ 30.36 36.61 48.11 -
YUV 156.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 118 172 179 0.34 0.04 0 0.30 186.89 0.29 0.58
Hex 76 AC B3 22 4 0 1E BB 1D 3A
Octal 166 254 263 42 4 0 36 273 35 72
Binary 1110110 10101100 10110011 100010 100 0 11110 10111011 11101 111010

Color Harmonies of #76ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACB3

Black with #76ACB3

Text Example


Text Example

White with #76ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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