#7BB7AE

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

Shades of Gulf Stream #7BB7AE

Tints of Gulf Stream #7BB7AE

Color information

#7BB7AE (or 0x7BB7AE) is unknown color: approx Gulf Stream. HEX triplet: 7B, B7 and AE. RGB value is (123,183,174). Sum of RGB (Red+Green+Blue) = 123+183+174=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB7AE is #844851. Grayscale: #A4A4A4. Windows color (decimal): -8669266 or 11450235. OLE color: 11450235.

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

Color convert

RGB123183174-
CMYK0.3300.050.28
HSL171º29.41%60%-
HSV(B)171º32.79%71.76%-
XYZ32.7441.1346.26-
YUV164.03133.6298.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=25.62%
G=38.12%
B=36.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1231831740.3300.050.2817129.4160
Hex7BB7AE21051Cab1d3c
Octal1732672564105342533574
Binary111101110110111101011101000010101111001010101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,183,174); }

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

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

 a { background-color: rgb(123,183,174); }

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

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

 span { border-color: rgb(123,183,174); }

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