#79ABA8

Color #79ABA8 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #79ABA8

Tints of Neptune #79ABA8

Color information

#79ABA8 (or 0x79ABA8) is unknown color: approx Neptune. HEX triplet: 79, AB and A8. RGB value is (121,171,168). Sum of RGB (Red+Green+Blue) = 121+171+168=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #79ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79ABA8 is #865457. Grayscale: #9B9B9B. Windows color (decimal): -8803416 or 11053945. OLE color: 11053945.

HSL color Cylindrical-coordinate representation of color #79ABA8: hue angle of 176.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79ABA8 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB121171168-
CMYK0.2900.020.33
HSL176.4º22.94%57.25%-
HSV(B)176.4º29.24%67.06%-
XYZ29.5236.0242.44-
YUV155.71134.94103.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=26.30%
G=37.17%
B=36.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211711680.2900.020.33176.422.9457.25
Hex79ABA81D0221b01739
Octal1712532503502412602771
Binary11110011010101110101000111010101000011011000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79ABA8;
 }
 .AnyTagClassName
 {
   color: #79ABA8;
 }
</style>
background-color css

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

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

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

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

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

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