#7BAEAF

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

Shades of Neptune #7BAEAF

Tints of Neptune #7BAEAF

Color information

#7BAEAF (or 0x7BAEAF) is unknown color: approx Neptune. HEX triplet: 7B, AE and AF. RGB value is (123,174,175). Sum of RGB (Red+Green+Blue) = 123+174+175=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAF is #845150. Grayscale: #9E9E9E. Windows color (decimal): -8671569 or 11513467. OLE color: 11513467.

HSL color Cylindrical-coordinate representation of color #7BAEAF: hue angle of 181.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAEAF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123174175-
CMYK0.300.0100.31
HSL181.15º24.53%58.43%-
HSV(B)181.15º29.71%68.63%-
XYZ31.0437.5846.17-
YUV158.86137.1102.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=26.06%
G=36.86%
B=37.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231741750.300.0100.31181.1524.5358.43
Hex7BAEAF1E101Fb5193a
Octal1732562573610372653172
Binary111101110101110101011111111010111111011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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