#7BB4A3

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

Shades of Gulf Stream #7BB4A3

Tints of Gulf Stream #7BB4A3

Color information

#7BB4A3 (or 0x7BB4A3) is unknown color: approx Gulf Stream. HEX triplet: 7B, B4 and A3. RGB value is (123,180,163). Sum of RGB (Red+Green+Blue) = 123+180+163=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB4A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB4A3 is #844B5C. Grayscale: #A1A1A1. Windows color (decimal): -8670045 or 10728571. OLE color: 10728571.

HSL color Cylindrical-coordinate representation of color #7BB4A3: hue angle of 162.11º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB4A3 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB123180163-
CMYK0.3200.090.29
HSL162.11º27.54%59.41%-
HSV(B)162.11º31.67%70.59%-
XYZ31.139.540.64-
YUV161.02129.12100.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.39%
GREEN value IS 180 (70.70% from 255) = 38.63%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=26.39%
G=38.63%
B=34.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231801630.3200.090.29162.1127.5459.41
Hex7BB4A320091Da21c3b
Octal17326424340011352423473
Binary1111011101101001010001110000001001111011010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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