#7CBAA9

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

Shades of Gulf Stream #7CBAA9

Tints of Gulf Stream #7CBAA9

Color information

#7CBAA9 (or 0x7CBAA9) is unknown color: approx Gulf Stream. HEX triplet: 7C, BA and A9. RGB value is (124,186,169). Sum of RGB (Red+Green+Blue) = 124+186+169=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAA9 is #834556. Grayscale: #A5A5A5. Windows color (decimal): -8602967 or 11123324. OLE color: 11123324.

HSL color Cylindrical-coordinate representation of color #7CBAA9: hue angle of 163.55º 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 #7CBAA9 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB124186169-
CMYK0.3300.090.27
HSL163.55º31%60.78%-
HSV(B)163.55º33.33%72.94%-
XYZ33.0342.2743.95-
YUV165.52129.9698.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 169 (66.41% from 255) = 35.28%
R=25.89%
G=38.83%
B=35.28%

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
Decimal1241861690.3300.090.27163.553160.78
Hex7CBAA921091Ba41f3d
Octal17427225141011332443775
Binary1111100101110101010100110000101001110111010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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