#7FB6AE

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

Shades of Gulf Stream #7FB6AE

Tints of Gulf Stream #7FB6AE

Color information

#7FB6AE (or 0x7FB6AE) is unknown color: approx Gulf Stream. HEX triplet: 7F, B6 and AE. RGB value is (127,182,174). Sum of RGB (Red+Green+Blue) = 127+182+174=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB6AE is #804951. Grayscale: #A4A4A4. Windows color (decimal): -8407378 or 11449983. OLE color: 11449983.

HSL color Cylindrical-coordinate representation of color #7FB6AE: hue angle of 171.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB6AE is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB127182174-
CMYK0.3000.040.29
HSL171.27º27.36%60.59%-
HSV(B)171.27º30.22%71.37%-
XYZ33.1241.0246.22-
YUV164.64133.28101.15-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=26.29%
G=37.68%
B=36.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821740.3000.040.29171.2727.3660.59
Hex7FB6AE1E041Dab1b3d
Octal1772662563604352533375
Binary11111111011011010101110111100100111011010101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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