#7AACAC

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

Shades of Neptune #7AACAC

Tints of Neptune #7AACAC

Color information

#7AACAC (or 0x7AACAC) is unknown color: approx Neptune. HEX triplet: 7A, AC and AC. RGB value is (122,172,172). Sum of RGB (Red+Green+Blue) = 122+172+172=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7AACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AACAC is #855353. Grayscale: #9D9D9D. Windows color (decimal): -8737620 or 11316346. OLE color: 11316346.

HSL color Cylindrical-coordinate representation of color #7AACAC: hue angle of 180º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AACAC is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB122172172-
CMYK0.29000.33
HSL180º23.15%57.65%-
HSV(B)180º29.07%67.45%-
XYZ30.2236.6244.51-
YUV157.05136.44103-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.18%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=26.18%
G=36.91%
B=36.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721720.29000.3318023.1557.65
Hex7AACAC1D0021b4173a
Octal1722542543500412642772
Binary1111010101011001010110011101001000011011010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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