#7AABAD

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

Shades of Neptune #7AABAD

Tints of Neptune #7AABAD

Color information

#7AABAD (or 0x7AABAD) is unknown color: approx Neptune. HEX triplet: 7A, AB and AD. RGB value is (122,171,173). Sum of RGB (Red+Green+Blue) = 122+171+173=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 173 - color contains mainly: blue. Hex color #7AABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABAD is #855452. Grayscale: #9C9C9C. Windows color (decimal): -8737875 or 11381626. OLE color: 11381626.

HSL color Cylindrical-coordinate representation of color #7AABAD: hue angle of 182.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AABAD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB122171173-
CMYK0.290.0100.32
HSL182.35º23.72%57.84%-
HSV(B)182.35º29.48%67.84%-
XYZ30.1336.2844.95-
YUV156.58137.27103.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=26.18%
G=36.70%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221711730.290.0100.32182.3523.7257.84
Hex7AABAD1D1020b6183a
Octal1722532553510402663072
Binary1111010101010111010110111101101000001011011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,173); }

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

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

 a { background-color: rgb(122,171,173); }

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

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

 span { border-color: rgb(122,171,173); }

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