Html Css Color HEX #79A8AC Neptune

📋 copy color: '#79A8AC'

red 121 ◦ green 168 ◦ blue 172

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

Shades of Neptune #79A8AC

Tints of Neptune #79A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

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

R = 26.25%
G = 36.44%
B = 37.31%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#79A8AC (or 0x79A8AC) is known color: Neptune. HEX triplet: 79, A8 and AC. RGB value is (121,168,172). Sum of RGB (Red+Green+Blue) = 121+168+172=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 168 (66.02% from 255 or 36.44% 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 #79A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A8AC is #865753. Grayscale: #9A9A9A. Windows color (decimal): -8804180 or 11315321. OLE color: 11315321.

HSL color Cylindrical-coordinate representation of color #79A8AC: hue angle of 184.71º 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 #79A8AC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 168 172 -
CMYK 0.30 0.02 0 0.33
HSL 184.71º 0.24% 0.57% -
HSV(B) 184.71º 0.3% 0.67% -
XYZ 29.33 35.05 44.25 -
YUV 154.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 121 168 172 0.30 0.02 0 0.33 184.71 0.24 0.57
Hex 79 A8 AC 1E 2 0 21 B9 18 39
Octal 171 250 254 36 2 0 41 271 30 71
Binary 1111001 10101000 10101100 11110 10 0 100001 10111001 11000 111001

Color Harmonies of #79A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8AC

Black with #79A8AC

Text Example


Text Example

White with #79A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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