#7BAFA7

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

Shades of Gulf Stream #7BAFA7

Tints of Gulf Stream #7BAFA7

Color information

#7BAFA7 (or 0x7BAFA7) is unknown color: approx Gulf Stream. HEX triplet: 7B, AF and A7. RGB value is (123,175,167). Sum of RGB (Red+Green+Blue) = 123+175+167=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFA7 is #845058. Grayscale: #9E9E9E. Windows color (decimal): -8671321 or 10989435. OLE color: 10989435.

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

Color convert

RGB123175167-
CMYK0.3000.050.31
HSL170.77º24.53%58.43%-
HSV(B)170.77º29.71%68.63%-
XYZ30.4737.6642.22-
YUV158.54132.77102.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=26.45%
G=37.63%
B=35.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751670.3000.050.31170.7724.5358.43
Hex7BAFA71E051Fab193a
Octal1732572473605372533172
Binary11110111010111110100111111100101111111010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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