Html Css Color HEX #76ACB4 Neptune

📋 copy color: '#76ACB4'

red 118 ◦ green 172 ◦ blue 180

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

Shades of Neptune #76ACB4

Tints of Neptune #76ACB4

RGB

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

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

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

R = 25.11%
G = 36.6%
B = 38.3%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#76ACB4 (or 0x76ACB4) is known color: Neptune. HEX triplet: 76, AC and B4. RGB value is (118,172,180). Sum of RGB (Red+Green+Blue) = 118+172+180=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #76ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ACB4 is #89534B. Grayscale: #9C9C9C. Windows color (decimal): -8999756 or 11840630. OLE color: 11840630.

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

Color convert

RGB 118 172 180 -
CMYK 0.34 0.04 0 0.29
HSL 187.74º 0.29% 0.58% -
HSV(B) 187.74º 0.34% 0.71% -
XYZ 30.46 36.65 48.65 -
YUV 156.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 118 172 180 0.34 0.04 0 0.29 187.74 0.29 0.58
Hex 76 AC B4 22 4 0 1D BC 1D 3A
Octal 166 254 264 42 4 0 35 274 35 72
Binary 1110110 10101100 10110100 100010 100 0 11101 10111100 11101 111010

Color Harmonies of #76ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ACB4

Black with #76ACB4

Text Example


Text Example

White with #76ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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