#7BAAAE

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

Shades of Neptune #7BAAAE

Tints of Neptune #7BAAAE

Color information

#7BAAAE (or 0x7BAAAE) is unknown color: approx Neptune. HEX triplet: 7B, AA and AE. RGB value is (123,170,174). Sum of RGB (Red+Green+Blue) = 123+170+174=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAE is #845551. Grayscale: #9C9C9C. Windows color (decimal): -8672594 or 11446907. OLE color: 11446907.

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

Color convert

RGB123170174-
CMYK0.290.0200.32
HSL184.71º23.94%58.24%-
HSV(B)184.71º29.31%68.24%-
XYZ30.1836.0245.41-
YUV156.4137.93104.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=26.34%
G=36.40%
B=37.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231701740.290.0200.32184.7123.9458.24
Hex7BAAAE1D2020b9183a
Octal1732522563520402713072
Binary11110111010101010101110111011001000001011100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,170,174); }

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

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

 a { background-color: rgb(123,170,174); }

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

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

 span { border-color: rgb(123,170,174); }

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