#7CB6AE

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

Shades of Gulf Stream #7CB6AE

Tints of Gulf Stream #7CB6AE

Color information

#7CB6AE (or 0x7CB6AE) is unknown color: approx Gulf Stream. HEX triplet: 7C, B6 and AE. RGB value is (124,182,174). Sum of RGB (Red+Green+Blue) = 124+182+174=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB6AE is #834951. Grayscale: #A3A3A3. Windows color (decimal): -8603986 or 11449980. OLE color: 11449980.

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

Color convert

RGB124182174-
CMYK0.3200.040.29
HSL171.72º28.43%60%-
HSV(B)171.72º31.87%71.37%-
XYZ32.6840.846.2-
YUV163.75133.7899.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.83%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=25.83%
G=37.92%
B=36.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241821740.3200.040.29171.7228.4360
Hex7CB6AE20041Dac1c3c
Octal1742662564004352543474
Binary111110010110110101011101000000100111011010110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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