#7BAEAC

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

Shades of Neptune #7BAEAC

Tints of Neptune #7BAEAC

Color information

#7BAEAC (or 0x7BAEAC) is unknown color: approx Neptune. HEX triplet: 7B, AE and AC. RGB value is (123,174,172). Sum of RGB (Red+Green+Blue) = 123+174+172=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAC is #845153. Grayscale: #9E9E9E. Windows color (decimal): -8671572 or 11316859. OLE color: 11316859.

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

Color convert

RGB123174172-
CMYK0.2900.010.32
HSL177.65º23.94%58.24%-
HSV(B)177.65º29.31%68.24%-
XYZ30.7537.4644.64-
YUV158.52135.6102.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 174 (68.36% from 255) = 37.10%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=26.23%
G=37.10%
B=36.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741720.2900.010.32177.6523.9458.24
Hex7BAEAC1D0120b2183a
Octal1732562543501402623072
Binary1111011101011101010110011101011000001011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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