Html Css Color HEX #76ABAC Neptune

📋 copy color: '#76ABAC'

red 118 ◦ green 171 ◦ blue 172

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

Shades of Neptune #76ABAC

Tints of Neptune #76ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 25.6%
G = 37.09%
B = 37.31%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#76ABAC (or 0x76ABAC) is known color: Neptune. HEX triplet: 76, AB and AC. RGB value is (118,171,172). Sum of RGB (Red+Green+Blue) = 118+171+172=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #76ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76ABAC is #895453. Grayscale: #9B9B9B. Windows color (decimal): -9000020 or 11316086. OLE color: 11316086.

HSL color Cylindrical-coordinate representation of color #76ABAC: hue angle of 181.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76ABAC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 172 -
CMYK 0.31 0.01 0 0.33
HSL 181.11º 0.25% 0.57% -
HSV(B) 181.11º 0.31% 0.67% -
XYZ 29.48 35.96 44.42 -
YUV 155.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 118 171 172 0.31 0.01 0 0.33 181.11 0.25 0.57
Hex 76 AB AC 1F 1 0 21 B5 19 39
Octal 166 253 254 37 1 0 41 265 31 71
Binary 1110110 10101011 10101100 11111 1 0 100001 10110101 11001 111001

Color Harmonies of #76ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABAC

Black with #76ABAC

Text Example


Text Example

White with #76ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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