#7FB5AD

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

Shades of Gulf Stream #7FB5AD

Tints of Gulf Stream #7FB5AD

Color information

#7FB5AD (or 0x7FB5AD) is unknown color: approx Gulf Stream. HEX triplet: 7F, B5 and AD. RGB value is (127,181,173). Sum of RGB (Red+Green+Blue) = 127+181+173=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB5AD is #804A52. Grayscale: #A3A3A3. Windows color (decimal): -8407635 or 11384191. OLE color: 11384191.

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

Color convert

RGB127181173-
CMYK0.3000.040.29
HSL171.11º26.73%60.39%-
HSV(B)171.11º29.83%70.98%-
XYZ32.8240.5845.64-
YUV163.94133.11101.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=26.40%
G=37.63%
B=35.97%

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
Decimal1271811730.3000.040.29171.1126.7360.39
Hex7FB5AD1E041Dab1b3c
Octal1772652553604352533374
Binary11111111011010110101101111100100111011010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,173); }

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

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

 a { background-color: rgb(127,181,173); }

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

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

 span { border-color: rgb(127,181,173); }

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