#7BBBA6

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

Shades of Gulf Stream #7BBBA6

Tints of Gulf Stream #7BBBA6

Color information

#7BBBA6 (or 0x7BBBA6) is unknown color: approx Gulf Stream. HEX triplet: 7B, BB and A6. RGB value is (123,187,166). Sum of RGB (Red+Green+Blue) = 123+187+166=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBA6 is #844459. Grayscale: #A5A5A5. Windows color (decimal): -8668250 or 10926971. OLE color: 10926971.

HSL color Cylindrical-coordinate representation of color #7BBBA6: hue angle of 160.31º degrees, saturation: 0.32, 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 #7BBBA6 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB123187166-
CMYK0.3400.110.27
HSL160.31º32%60.78%-
HSV(B)160.31º34.22%73.33%-
XYZ32.8242.542.55-
YUV165.47128.397.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.84%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 166 (65.23% from 255) = 34.87%
R=25.84%
G=39.29%
B=34.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871660.3400.110.27160.313260.78
Hex7BBBA6220B1Ba0203d
Octal17327324642013332404075
Binary11110111011101110100110100010010111101110100000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,187,166); }

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

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

 a { background-color: rgb(123,187,166); }

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

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

 span { border-color: rgb(123,187,166); }

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