#7BBAAF

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

Shades of Gulf Stream #7BBAAF

Tints of Gulf Stream #7BBAAF

Color information

#7BBAAF (or 0x7BBAAF) is unknown color: approx Gulf Stream. HEX triplet: 7B, BA and AF. RGB value is (123,186,175). Sum of RGB (Red+Green+Blue) = 123+186+175=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBAAF is #844550. Grayscale: #A5A5A5. Windows color (decimal): -8668497 or 11516539. OLE color: 11516539.

HSL color Cylindrical-coordinate representation of color #7BBAAF: hue angle of 169.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBAAF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB123186175-
CMYK0.3400.060.27
HSL169.52º31.34%60.59%-
HSV(B)169.52º33.87%72.94%-
XYZ33.4742.4246.98-
YUV165.91133.1397.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.41%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=25.41%
G=38.43%
B=36.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861750.3400.060.27169.5231.3460.59
Hex7BBAAF22061Baa1f3d
Octal1732722574206332523775
Binary111101110111010101011111000100110110111010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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