#7BAFAD

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

Shades of Neptune #7BAFAD

Tints of Neptune #7BAFAD

Color information

#7BAFAD (or 0x7BAFAD) is unknown color: approx Neptune. HEX triplet: 7B, AF and AD. RGB value is (123,175,173). Sum of RGB (Red+Green+Blue) = 123+175+173=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFAD is #845052. Grayscale: #9F9F9F. Windows color (decimal): -8671315 or 11382651. OLE color: 11382651.

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

Color convert

RGB123175173-
CMYK0.3000.010.31
HSL177.69º24.53%58.43%-
HSV(B)177.69º29.71%68.63%-
XYZ31.0437.8945.21-
YUV159.22135.77102.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.11%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=26.11%
G=37.15%
B=36.73%

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
Decimal1231751730.3000.010.31177.6924.5358.43
Hex7BAFAD1E011Fb2193a
Octal1732572553601372623172
Binary111101110101111101011011111001111111011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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