#7BAFAE

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

Shades of Neptune #7BAFAE

Tints of Neptune #7BAFAE

Color information

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

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

Color convert

RGB123175174-
CMYK0.3000.010.31
HSL178.85º24.53%58.43%-
HSV(B)178.85º29.71%68.63%-
XYZ31.1437.9345.72-
YUV159.34136.27102.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751740.3000.010.31178.8524.5358.43
Hex7BAFAE1E011Fb3193a
Octal1732572563601372633172
Binary111101110101111101011101111001111111011001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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