#7CB8AA

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

Shades of Gulf Stream #7CB8AA

Tints of Gulf Stream #7CB8AA

Color information

#7CB8AA (or 0x7CB8AA) is unknown color: approx Gulf Stream. HEX triplet: 7C, B8 and AA. RGB value is (124,184,170). Sum of RGB (Red+Green+Blue) = 124+184+170=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB8AA is #834755. Grayscale: #A4A4A4. Windows color (decimal): -8603478 or 11188348. OLE color: 11188348.

HSL color Cylindrical-coordinate representation of color #7CB8AA: hue angle of 166º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB8AA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB124184170-
CMYK0.3300.080.28
HSL166º29.7%60.39%-
HSV(B)166º32.61%72.16%-
XYZ32.7141.4744.31-
YUV164.46131.1299.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=25.94%
G=38.49%
B=35.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841700.3300.080.2816629.760.39
Hex7CB8AA21081Ca61e3c
Octal17427025241010342463674
Binary1111100101110001010101010000101000111001010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,170); }

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

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

 a { background-color: rgb(124,184,170); }

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

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

 span { border-color: rgb(124,184,170); }

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