#7CBAAA

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

Shades of Gulf Stream #7CBAAA

Tints of Gulf Stream #7CBAAA

Color information

#7CBAAA (or 0x7CBAAA) is unknown color: approx Gulf Stream. HEX triplet: 7C, BA and AA. RGB value is (124,186,170). Sum of RGB (Red+Green+Blue) = 124+186+170=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAAA is #834555. Grayscale: #A5A5A5. Windows color (decimal): -8602966 or 11188860. OLE color: 11188860.

HSL color Cylindrical-coordinate representation of color #7CBAAA: hue angle of 164.52º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBAAA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB124186170-
CMYK0.3300.090.27
HSL164.52º31%60.78%-
HSV(B)164.52º33.33%72.94%-
XYZ33.1342.3144.45-
YUV165.64130.4698.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=25.83%
G=38.75%
B=35.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241861700.3300.090.27164.523160.78
Hex7CBAAA21091Ba51f3d
Octal17427225241011332453775
Binary1111100101110101010101010000101001110111010010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,170); }

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

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

 a { background-color: rgb(124,186,170); }

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

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

 span { border-color: rgb(124,186,170); }

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