#79A7AF

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

Shades of Neptune #79A7AF

Tints of Neptune #79A7AF

Color information

#79A7AF (or 0x79A7AF) is unknown color: approx Neptune. HEX triplet: 79, A7 and AF. RGB value is (121,167,175). Sum of RGB (Red+Green+Blue) = 121+167+175=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #79A7AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A7AF is #865850. Grayscale: #9A9A9A. Windows color (decimal): -8804433 or 11511673. OLE color: 11511673.

HSL color Cylindrical-coordinate representation of color #79A7AF: hue angle of 188.89º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79A7AF is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB121167175-
CMYK0.310.0500.31
HSL188.89º25.23%58.04%-
HSV(B)188.89º30.86%68.63%-
XYZ29.4434.845.72-
YUV154.16139.76104.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=26.13%
G=36.07%
B=37.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211671750.310.0500.31188.8925.2358.04
Hex79A7AF1F501Fbd193a
Octal1712472573750372753172
Binary11110011010011110101111111111010111111011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,167,175); }

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

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

 a { background-color: rgb(121,167,175); }

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

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

 span { border-color: rgb(121,167,175); }

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