#7AACB1

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

Shades of Neptune #7AACB1

Tints of Neptune #7AACB1

Color information

#7AACB1 (or 0x7AACB1) is unknown color: approx Neptune. HEX triplet: 7A, AC and B1. RGB value is (122,172,177). Sum of RGB (Red+Green+Blue) = 122+172+177=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 177 - color contains mainly: blue. Hex color #7AACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACB1 is #85534E. Grayscale: #9D9D9D. Windows color (decimal): -8737615 or 11644026. OLE color: 11644026.

HSL color Cylindrical-coordinate representation of color #7AACB1: hue angle of 185.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AACB1 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122172177-
CMYK0.310.0300.31
HSL185.45º26.07%58.63%-
HSV(B)185.45º31.07%69.41%-
XYZ30.7136.8247.08-
YUV157.62138.94102.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.90%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=25.90%
G=36.52%
B=37.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221721770.310.0300.31185.4526.0758.63
Hex7AACB11F301Fb91a3b
Octal1722542613730372713273
Binary1111010101011001011000111111110111111011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,172,177); }

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

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

 a { background-color: rgb(122,172,177); }

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

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

 span { border-color: rgb(122,172,177); }

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