#7BAFAF

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

Shades of Neptune #7BAFAF

Tints of Neptune #7BAFAF

Color information

#7BAFAF (or 0x7BAFAF) is unknown color: approx Neptune. HEX triplet: 7B, AF and AF. RGB value is (123,175,175). Sum of RGB (Red+Green+Blue) = 123+175+175=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #7BAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFAF is #845050. Grayscale: #9F9F9F. Windows color (decimal): -8671313 or 11513723. OLE color: 11513723.

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

Color convert

RGB123175175-
CMYK0.30000.31
HSL180º24.53%58.43%-
HSV(B)180º29.71%68.63%-
XYZ31.2437.9746.24-
YUV159.45136.77102-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=26.00%
G=37.00%
B=37.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751750.30000.3118024.5358.43
Hex7BAFAF1E001Fb4193a
Octal1732572573600372643172
Binary111101110101111101011111111000111111011010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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