#7BACA3

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

Shades of Gulf Stream #7BACA3

Tints of Gulf Stream #7BACA3

Color information

#7BACA3 (or 0x7BACA3) is unknown color: approx Gulf Stream. HEX triplet: 7B, AC and A3. RGB value is (123,172,163). Sum of RGB (Red+Green+Blue) = 123+172+163=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #7BACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACA3 is #84535C. Grayscale: #9C9C9C. Windows color (decimal): -8672093 or 10726523. OLE color: 10726523.

HSL color Cylindrical-coordinate representation of color #7BACA3: hue angle of 168.98º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BACA3 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB123172163-
CMYK0.2800.050.33
HSL168.98º22.79%57.84%-
HSV(B)168.98º28.49%67.45%-
XYZ29.5336.3640.11-
YUV156.32131.77104.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.86%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=26.86%
G=37.55%
B=35.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721630.2800.050.33168.9822.7957.84
Hex7BACA31C0521a9173a
Octal1732542433405412512772
Binary111101110101100101000111110001011000011010100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BACA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,172,163); }

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

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

 a { background-color: rgb(123,172,163); }

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

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

 span { border-color: rgb(123,172,163); }

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