#7FB4A9

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

Shades of Gulf Stream #7FB4A9

Tints of Gulf Stream #7FB4A9

Color information

#7FB4A9 (or 0x7FB4A9) is unknown color: approx Gulf Stream. HEX triplet: 7F, B4 and A9. RGB value is (127,180,169). Sum of RGB (Red+Green+Blue) = 127+180+169=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB4A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB4A9 is #804B56. Grayscale: #A2A2A2. Windows color (decimal): -8407895 or 11121791. OLE color: 11121791.

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

Color convert

RGB127180169-
CMYK0.2900.060.29
HSL167.55º26.11%60.2%-
HSV(B)167.55º29.44%70.59%-
XYZ32.2440.0243.56-
YUV162.9131.44102.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=26.68%
G=37.82%
B=35.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801690.2900.060.29167.5526.1160.2
Hex7FB4A91D061Da81a3c
Octal1772642513506352503274
Binary11111111011010010101001111010110111011010100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,169); }

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

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

 a { background-color: rgb(127,180,169); }

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

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

 span { border-color: rgb(127,180,169); }

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