#7BB1AD

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

Shades of Gulf Stream #7BB1AD

Tints of Gulf Stream #7BB1AD

Color information

#7BB1AD (or 0x7BB1AD) is unknown color: approx Gulf Stream. HEX triplet: 7B, B1 and AD. RGB value is (123,177,173). Sum of RGB (Red+Green+Blue) = 123+177+173=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB1AD is #844E52. Grayscale: #A0A0A0. Windows color (decimal): -8670803 or 11383163. OLE color: 11383163.

HSL color Cylindrical-coordinate representation of color #7BB1AD: hue angle of 175.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB1AD is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB123177173-
CMYK0.3100.020.31
HSL175.56º25.71%58.82%-
HSV(B)175.56º30.51%69.41%-
XYZ31.4338.6745.34-
YUV160.4135.11101.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=26.00%
G=37.42%
B=36.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231771730.3100.020.31175.5625.7158.82
Hex7BB1AD1F021Fb01a3b
Octal1732612553702372603273
Binary1111011101100011010110111111010111111011000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,177,173); }

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

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

 a { background-color: rgb(123,177,173); }

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

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

 span { border-color: rgb(123,177,173); }

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