#7FB6A9

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

Shades of Gulf Stream #7FB6A9

Tints of Gulf Stream #7FB6A9

Color information

#7FB6A9 (or 0x7FB6A9) is unknown color: approx Gulf Stream. HEX triplet: 7F, B6 and A9. RGB value is (127,182,169). Sum of RGB (Red+Green+Blue) = 127+182+169=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB6A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB6A9 is #804956. Grayscale: #A4A4A4. Windows color (decimal): -8407383 or 11122303. OLE color: 11122303.

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

Color convert

RGB127182169-
CMYK0.3000.070.29
HSL165.82º27.36%60.59%-
HSV(B)165.82º30.22%71.37%-
XYZ32.6440.8343.7-
YUV164.07130.78101.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=26.57%
G=38.08%
B=35.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821690.3000.070.29165.8227.3660.59
Hex7FB6A91E071Da61b3d
Octal1772662513607352463375
Binary11111111011011010101001111100111111011010011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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