Html Css Color HEX #79ABAC Neptune

📋 copy color: '#79ABAC'

red 121 ◦ green 171 ◦ blue 172

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

Shades of Neptune #79ABAC

Tints of Neptune #79ABAC

RGB

 RED value IS 121 (47.66% from 255) = 26.08%

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

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

R = 26.08%
G = 36.85%
B = 37.07%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#79ABAC (or 0x79ABAC) is known color: Neptune. HEX triplet: 79, AB and AC. RGB value is (121,171,172). Sum of RGB (Red+Green+Blue) = 121+171+172=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #79ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABAC is #865453. Grayscale: #9C9C9C. Windows color (decimal): -8803412 or 11316089. OLE color: 11316089.

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

Color convert

RGB 121 171 172 -
CMYK 0.30 0.01 0 0.33
HSL 181.18º 0.24% 0.57% -
HSV(B) 181.18º 0.3% 0.67% -
XYZ 29.89 36.17 44.44 -
YUV 156.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 121 171 172 0.30 0.01 0 0.33 181.18 0.24 0.57
Hex 79 AB AC 1E 1 0 21 B5 18 39
Octal 171 253 254 36 1 0 41 265 30 71
Binary 1111001 10101011 10101100 11110 1 0 100001 10110101 11000 111001

Color Harmonies of #79ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABAC

Black with #79ABAC

Text Example


Text Example

White with #79ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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