#7cb0ab

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

Shades of Gulf Stream #7CB0AB

Tints of Gulf Stream #7CB0AB

Color information

#7CB0AB (or 0x7CB0AB) is unknown color: approx Gulf Stream. HEX triplet: 7C, B0 and AB. RGB value is (124,176,171). Sum of RGB (Red+Green+Blue) = 124+176+171=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB0AB is #834F54. Grayscale: #9F9F9F. Windows color (decimal): -8605525 or 11251836. OLE color: 11251836.

HSL color Cylindrical-coordinate representation of color #7CB0AB: hue angle of 174.23º 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 #7CB0AB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB124176171-
CMYK0.3000.030.31
HSL174.23º24.76%58.82%-
HSV(B)174.23º29.55%69.02%-
XYZ31.1938.2844.27-
YUV159.88134.27102.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=26.33%
G=37.37%
B=36.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241761710.3000.030.31174.2324.7658.82
Hex7CB0AB1E031Fae193b
Octal1742602533603372563173
Binary1111100101100001010101111110011111111010111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb0ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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