#7CB9AF

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

Shades of Gulf Stream #7CB9AF

Tints of Gulf Stream #7CB9AF

Color information

#7CB9AF (or 0x7CB9AF) is unknown color: approx Gulf Stream. HEX triplet: 7C, B9 and AF. RGB value is (124,185,175). Sum of RGB (Red+Green+Blue) = 124+185+175=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB9AF is #834650. Grayscale: #A5A5A5. Windows color (decimal): -8603217 or 11516284. OLE color: 11516284.

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

Color convert

RGB124185175-
CMYK0.3300.050.27
HSL170.16º30.35%60.59%-
HSV(B)170.16º32.97%72.55%-
XYZ33.442.0846.92-
YUV165.62133.2998.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.62%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=25.62%
G=38.22%
B=36.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851750.3300.050.27170.1630.3560.59
Hex7CB9AF21051Baa1e3d
Octal1742712574105332523675
Binary111110010111001101011111000010101110111010101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,175); }

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

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

 a { background-color: rgb(124,185,175); }

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

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

 span { border-color: rgb(124,185,175); }

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