#7BAEAB

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

Shades of Gulf Stream #7BAEAB

Tints of Gulf Stream #7BAEAB

Color information

#7BAEAB (or 0x7BAEAB) is unknown color: approx Gulf Stream. HEX triplet: 7B, AE and AB. RGB value is (123,174,171). Sum of RGB (Red+Green+Blue) = 123+174+171=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAB is #845154. Grayscale: #9E9E9E. Windows color (decimal): -8671573 or 11251323. OLE color: 11251323.

HSL color Cylindrical-coordinate representation of color #7BAEAB: hue angle of 176.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAEAB is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB123174171-
CMYK0.2900.020.32
HSL176.47º23.94%58.24%-
HSV(B)176.47º29.31%68.24%-
XYZ30.6637.4244.14-
YUV158.41135.1102.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=26.28%
G=37.18%
B=36.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231741710.2900.020.32176.4723.9458.24
Hex7BAEAB1D0220b0183a
Octal1732562533502402603072
Binary11110111010111010101011111010101000001011000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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