#7CB3AE

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

Shades of Gulf Stream #7CB3AE

Tints of Gulf Stream #7CB3AE

Color information

#7CB3AE (or 0x7CB3AE) is unknown color: approx Gulf Stream. HEX triplet: 7C, B3 and AE. RGB value is (124,179,174). Sum of RGB (Red+Green+Blue) = 124+179+174=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB3AE is #834C51. Grayscale: #A1A1A1. Windows color (decimal): -8604754 or 11449212. OLE color: 11449212.

HSL color Cylindrical-coordinate representation of color #7CB3AE: hue angle of 174.55º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB3AE is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB124179174-
CMYK0.3100.030.30
HSL174.55º26.57%59.41%-
HSV(B)174.55º30.73%70.2%-
XYZ32.0739.5845.99-
YUV161.99134.78100.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 179 (70.31% from 255) = 37.53%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=26.00%
G=37.53%
B=36.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1241791740.3100.030.30174.5526.5759.41
Hex7CB3AE1F031Eaf1b3b
Octal1742632563703362573373
Binary1111100101100111010111011111011111101010111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,179,174); }

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

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

 a { background-color: rgb(124,179,174); }

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

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

 span { border-color: rgb(124,179,174); }

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