#7BAFAB

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

Shades of Gulf Stream #7BAFAB

Tints of Gulf Stream #7BAFAB

Color information

#7BAFAB (or 0x7BAFAB) is unknown color: approx Gulf Stream. HEX triplet: 7B, AF and AB. RGB value is (123,175,171). Sum of RGB (Red+Green+Blue) = 123+175+171=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFAB is #845054. Grayscale: #9E9E9E. Windows color (decimal): -8671317 or 11251579. OLE color: 11251579.

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

Color convert

RGB123175171-
CMYK0.3000.020.31
HSL175.38º24.53%58.43%-
HSV(B)175.38º29.71%68.63%-
XYZ30.8537.8144.2-
YUV159134.77102.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.23%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 171 (67.19% from 255) = 36.46%
R=26.23%
G=37.31%
B=36.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751710.3000.020.31175.3824.5358.43
Hex7BAFAB1E021Faf193a
Octal1732572533602372573172
Binary1111011101011111010101111110010111111010111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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