#7FB3AE

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

Shades of Gulf Stream #7FB3AE

Tints of Gulf Stream #7FB3AE

Color information

#7FB3AE (or 0x7FB3AE) is unknown color: approx Gulf Stream. HEX triplet: 7F, B3 and AE. RGB value is (127,179,174). Sum of RGB (Red+Green+Blue) = 127+179+174=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB3AE is #804C51. Grayscale: #A2A2A2. Windows color (decimal): -8408146 or 11449215. OLE color: 11449215.

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

Color convert

RGB127179174-
CMYK0.2900.030.30
HSL174.23º25.49%60%-
HSV(B)174.23º29.05%70.2%-
XYZ32.5139.8146.01-
YUV162.88134.27102.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.46%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=26.46%
G=37.29%
B=36.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271791740.2900.030.30174.2325.4960
Hex7FB3AE1D031Eae193c
Octal1772632563503362563174
Binary1111111101100111010111011101011111101010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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