#7AB0AF

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

Shades of Neptune #7AB0AF

Tints of Neptune #7AB0AF

Color information

#7AB0AF (or 0x7AB0AF) is unknown color: approx Neptune. HEX triplet: 7A, B0 and AF. RGB value is (122,176,175). Sum of RGB (Red+Green+Blue) = 122+176+175=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB0AF is #854F50. Grayscale: #9F9F9F. Windows color (decimal): -8736593 or 11513978. OLE color: 11513978.

HSL color Cylindrical-coordinate representation of color #7AB0AF: hue angle of 178.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 #7AB0AF is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB122176175-
CMYK0.3100.010.31
HSL178.89º25.47%58.43%-
HSV(B)178.89º30.68%69.02%-
XYZ31.2938.2846.3-
YUV159.74136.61101.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.79%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=25.79%
G=37.21%
B=37.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221761750.3100.010.31178.8925.4758.43
Hex7AB0AF1F011Fb3193a
Octal1722602573701372633172
Binary111101010110000101011111111101111111011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AB0AF; }

 p { color: rgb(122,176,175); }

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

<style>
 a { background-color: #7AB0AF; }

 a { background-color: rgb(122,176,175); }

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

<style>
 span { border-color: #7AB0AF; }

 span { border-color: rgb(122,176,175); }

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