#7FB6B0

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

Shades of Gulf Stream #7FB6B0

Tints of Gulf Stream #7FB6B0

Color information

#7FB6B0 (or 0x7FB6B0) is unknown color: approx Gulf Stream. HEX triplet: 7F, B6 and B0. RGB value is (127,182,176). Sum of RGB (Red+Green+Blue) = 127+182+176=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB6B0 is #80494F. Grayscale: #A4A4A4. Windows color (decimal): -8407376 or 11581055. OLE color: 11581055.

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

Color convert

RGB127182176-
CMYK0.3000.030.29
HSL173.45º27.36%60.59%-
HSV(B)173.45º30.22%71.37%-
XYZ33.3241.147.25-
YUV164.87134.28100.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=26.19%
G=37.53%
B=36.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821760.3000.030.29173.4527.3660.59
Hex7FB6B01E031Dad1b3d
Octal1772662603603352553375
Binary1111111101101101011000011110011111011010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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