#7BB3A5

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

Shades of Gulf Stream #7BB3A5

Tints of Gulf Stream #7BB3A5

Color information

#7BB3A5 (or 0x7BB3A5) is unknown color: approx Gulf Stream. HEX triplet: 7B, B3 and A5. RGB value is (123,179,165). Sum of RGB (Red+Green+Blue) = 123+179+165=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB3A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB3A5 is #844C5A. Grayscale: #A0A0A0. Windows color (decimal): -8670299 or 10859387. OLE color: 10859387.

HSL color Cylindrical-coordinate representation of color #7BB3A5: hue angle of 165º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB3A5 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB123179165-
CMYK0.3100.080.30
HSL165º26.92%59.22%-
HSV(B)165º31.28%70.2%-
XYZ31.0839.1741.52-
YUV160.66130.45101.14-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 179 (70.31% from 255) = 38.33%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=26.34%
G=38.33%
B=35.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1231791650.3100.080.3016526.9259.22
Hex7BB3A51F081Ea51b3b
Octal17326324537010362453373
Binary111101110110011101001011111101000111101010010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,165); }

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

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

 a { background-color: rgb(123,179,165); }

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

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

 span { border-color: rgb(123,179,165); }

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