#7BAEAA

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

Shades of Gulf Stream #7BAEAA

Tints of Gulf Stream #7BAEAA

Color information

#7BAEAA (or 0x7BAEAA) is unknown color: approx Gulf Stream. HEX triplet: 7B, AE and AA. RGB value is (123,174,170). Sum of RGB (Red+Green+Blue) = 123+174+170=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAA is #845155. Grayscale: #9E9E9E. Windows color (decimal): -8671574 or 11185787. OLE color: 11185787.

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

Color convert

RGB123174170-
CMYK0.2900.020.32
HSL175.29º23.94%58.24%-
HSV(B)175.29º29.31%68.24%-
XYZ30.5637.3943.64-
YUV158.29134.6102.83-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 174 (68.36% from 255) = 37.26%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=26.34%
G=37.26%
B=36.40%

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
Decimal1231741700.2900.020.32175.2923.9458.24
Hex7BAEAA1D0220af183a
Octal1732562523502402573072
Binary11110111010111010101010111010101000001010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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