#7FB3A8

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

Shades of Gulf Stream #7FB3A8

Tints of Gulf Stream #7FB3A8

Color information

#7FB3A8 (or 0x7FB3A8) is unknown color: approx Gulf Stream. HEX triplet: 7F, B3 and A8. RGB value is (127,179,168). Sum of RGB (Red+Green+Blue) = 127+179+168=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB3A8 is #804C57. Grayscale: #A2A2A2. Windows color (decimal): -8408152 or 11055999. OLE color: 11055999.

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

Color convert

RGB127179168-
CMYK0.2900.060.30
HSL167.31º25.49%60%-
HSV(B)167.31º29.05%70.2%-
XYZ31.9439.5843-
YUV162.2131.27102.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 179 (70.31% from 255) = 37.76%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=26.79%
G=37.76%
B=35.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271791680.2900.060.30167.3125.4960
Hex7FB3A81D061Ea7193c
Octal1772632503506362473174
Binary11111111011001110101000111010110111101010011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,168); }

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

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

 a { background-color: rgb(127,179,168); }

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

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

 span { border-color: rgb(127,179,168); }

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