#7AADAB

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

Shades of Neptune #7AADAB

Tints of Neptune #7AADAB

Color information

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

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

Color convert

RGB122173171-
CMYK0.2900.010.32
HSL177.65º23.72%57.84%-
HSV(B)177.65º29.48%67.84%-
XYZ30.3236.9644.06-
YUV157.52135.6102.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731710.2900.010.32177.6523.7257.84
Hex7AADAB1D0120b2183a
Octal1722552533501402623072
Binary1111010101011011010101111101011000001011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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