#7BB5A9

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

Shades of Gulf Stream #7BB5A9

Tints of Gulf Stream #7BB5A9

Color information

#7BB5A9 (or 0x7BB5A9) is unknown color: approx Gulf Stream. HEX triplet: 7B, B5 and A9. RGB value is (123,181,169). Sum of RGB (Red+Green+Blue) = 123+181+169=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB5A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB5A9 is #844A56. Grayscale: #A2A2A2. Windows color (decimal): -8669783 or 11122043. OLE color: 11122043.

HSL color Cylindrical-coordinate representation of color #7BB5A9: hue angle of 167.59º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB5A9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB123181169-
CMYK0.3200.070.29
HSL167.59º28.16%59.61%-
HSV(B)167.59º32.04%70.98%-
XYZ31.8540.1243.6-
YUV162.29131.7899.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=26.00%
G=38.27%
B=35.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231811690.3200.070.29167.5928.1659.61
Hex7BB5A920071Da81c3c
Octal1732652514007352503474
Binary111101110110101101010011000000111111011010100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,181,169); }

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

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

 a { background-color: rgb(123,181,169); }

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

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

 span { border-color: rgb(123,181,169); }

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