#7AB4B3

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

Shades of Neptune #7AB4B3

Tints of Neptune #7AB4B3

Color information

#7AB4B3 (or 0x7AB4B3) is unknown color: approx Neptune. HEX triplet: 7A, B4 and B3. RGB value is (122,180,179). Sum of RGB (Red+Green+Blue) = 122+180+179=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB4B3 is #854B4C. Grayscale: #A2A2A2. Windows color (decimal): -8735565 or 11777146. OLE color: 11777146.

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

Color convert

RGB122180179-
CMYK0.3200.010.29
HSL178.97º27.88%59.22%-
HSV(B)178.97º32.22%70.59%-
XYZ32.4840.0348.66-
YUV162.54137.2899.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.36%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=25.36%
G=37.42%
B=37.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801790.3200.010.29178.9727.8859.22
Hex7AB4B320011Db31c3b
Octal1722642634001352633473
Binary1111010101101001011001110000001111011011001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,180,179); }

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

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

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

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

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

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

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