#7CB0AC

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

Shades of Gulf Stream #7CB0AC

Tints of Gulf Stream #7CB0AC

Color information

#7CB0AC (or 0x7CB0AC) is unknown color: approx Gulf Stream. HEX triplet: 7C, B0 and AC. RGB value is (124,176,172). Sum of RGB (Red+Green+Blue) = 124+176+172=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0AC is #834F53. Grayscale: #9F9F9F. Windows color (decimal): -8605524 or 11317372. OLE color: 11317372.

HSL color Cylindrical-coordinate representation of color #7CB0AC: hue angle of 175.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CB0AC is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB124176172-
CMYK0.3000.020.31
HSL175.38º24.76%58.82%-
HSV(B)175.38º29.55%69.02%-
XYZ31.2838.3144.78-
YUV160134.77102.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 176 (69.14% from 255) = 37.29%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=26.27%
G=37.29%
B=36.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761720.3000.020.31175.3824.7658.82
Hex7CB0AC1E021Faf193b
Octal1742602543602372573173
Binary1111100101100001010110011110010111111010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,172); }

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

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

 a { background-color: rgb(124,176,172); }

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

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

 span { border-color: rgb(124,176,172); }

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