#7AB3B1

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

Shades of Neptune #7AB3B1

Tints of Neptune #7AB3B1

Color information

#7AB3B1 (or 0x7AB3B1) is unknown color: approx Neptune. HEX triplet: 7A, B3 and B1. RGB value is (122,179,177). Sum of RGB (Red+Green+Blue) = 122+179+177=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB3B1 is #854C4E. Grayscale: #A1A1A1. Windows color (decimal): -8735823 or 11645818. OLE color: 11645818.

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

Color convert

RGB122179177-
CMYK0.3200.010.30
HSL177.89º27.27%59.02%-
HSV(B)177.89º31.84%70.2%-
XYZ32.0839.5547.54-
YUV161.73136.6299.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=25.52%
G=37.45%
B=37.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221791770.3200.010.30177.8927.2759.02
Hex7AB3B120011Eb21b3b
Octal1722632614001362623373
Binary1111010101100111011000110000001111101011001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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